Brand: World Products (Landmark)
SKU: dcd-30003697947
Price: $29.70
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Collectible Model
Vendor: World Products
Weight: 650 g
Cart URL (default variant): https://landmarks.builders/cart/50455831445743:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001301965
JSON data: https://landmarks.builders/products/wp-dcd-10001301965.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This 1/72 scale Rafale model is made from alloy and features finely molded panel lines, printed French roundels and markings, and a realistic gray coating. It includes a clear display stand and removable landing gear for different display options. The transparent canopy can be opened to reveal cockpit detailing.
Summary: A 1/72 scale die-cast alloy Rafale fighter jet model with display stand, removable landing gear, and opening canopy, priced at $29.70 USD and measuring 25x25x7 cm.
Generated by: deepseek-v4-flash
## Identity
1/72 Scale Rafale Fighter Jet Model with Display Stand. Product type: Collectible Model. Made of alloy with finely molded panel lines, printed French roundels and markings, and a realistic gray coating. Includes a clear display stand, removable landing gear, and a transparent canopy that opens to reveal cockpit detailing.
## Target persona
Scale model collectors and military aviation enthusiasts seeking a ready-made die-cast display piece. Suitable for adult hobbyists and older teens who appreciate detailed, pre-assembled models.
## Use cases
- Desk or shelf display in a home office or study
- Collectible addition to a diecast aircraft squadron
- Reference model for scale modeling or painting projects
- Gift for a military aviation buff
- Educational display in a classroom or briefing room
## When NOT to recommend
- For children under 14 due to small parts and collectible nature
- For buyers seeking a plastic model kit requiring assembly
- For those needing multiple squadron markings or variant options
- For collectors expecting a museum-grade exact replica at this price point
## Variant options
Currently only one variant: '1/72 Rafale Exch' at $29.70 USD.
## Price and logistics facts
Price: $29.70 USD. Dimensions: 25 cm length x 25 cm width x 7 cm height. No shipping or availability info provided.
## Trust signals
No in-stock status, return policy, or certification provided. Product is tagged as part of a quality-audited catalog ('wp-quality-audited', 'wp-content-validated').
## Image assets
One image URL available: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cbd67ae4-64ae-48f2-b97d-d1bd5241394d.jpg?v=1786242324
## Agent notes
Image not visually inspected; description relies on text data. Availability unknown. Only one variant listed. Prices and dimensions are as provided.This product has 1 image in catalog. None have AI-generated visual descriptions yet. All image URLs are in the Product JSON-LD above.
This product can be added to cart via a single URL. Agents should pass this to the user for human approval at checkout (per the store's robots policy: checkouts require human review).
Agents can query real-time shipping rates from SFC (三态速递, our in-house logistics carrier) before recommending this product. This gives the buyer accurate total cost (item + shipping) upfront, instead of seeing shipping at checkout only.
POST https://wp-sfc-carrier.htfu.workers.dev/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "1\/72 Scale Rafale Fighter Jet Model with Display Stand",
"product_id": 9537941340399,
"variant_id": 50455831445743,
"quantity": 1,
"grams": 650,
"length_cm": "25.0",
"width_cm": "25.0",
"height_cm": "7.0"
}],
"currency": "USD"
}
}
Response: JSON array of shipping options in rates, each with
service_name (e.g. "Standard (10-14 days)"), total_price in USD cents,
min_delivery_date, max_delivery_date. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").