Brand: World Products (Landmark)
SKU: dcd-30003697948
Price: $14.69
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: 350 g
Cart URL (default variant): https://landmarks.builders/cart/50455832887535:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001301966
JSON data: https://landmarks.builders/products/wp-dcd-10001301966.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/100 scale aircraft model is crafted from high-grade alloy and features a realistic grey finish with detailed markings and a clear canopy. It comes with a dedicated display stand for elevated showcasing. Designed as a display piece for collectors and aviation enthusiasts.
Summary: 1/100 scale aircraft display model (Rafale C) with stand, made of high-grade alloy with grey finish and clear canopy. Priced at $14.69.
Generated by: deepseek-v4-flash
## Identity 1/100 Scale Aircraft Display Model with Stand (Rafale C variant). High-grade alloy body, grey finish, clear canopy, dedicated display stand. Dimensions: 27.8 × 22.8 × 9.1 cm. ## Target persona Collectors and aviation enthusiasts seeking an affordable, small-scale display piece. Suitable as a budget gift for hobbyist friends or for office desk décor. ## Use cases - Display on an office desk or shelf. - Adding to an existing aircraft model collection. - Gift for an aviation enthusiast at a low price point. - Classroom teaching aid for aircraft recognition. ## When NOT to recommend - As a toy for children under 14 due to metal parts and delicate canopy. - Buyers expecting high-fidelity scale detail; this is a budget collectible. - Those needing a specific variant not listed; only Rafale C is offered. - For large display spaces where 1/100 scale would appear small. ## Variant options Only one SKU: 1/100 Rafale C (Style: 1/100 Rafale C) at $14.69. ## Price and logistics facts Price: $14.69 USD. Dimensions: 27.8 × 22.8 × 9.1 cm. No shipping, stock, or return information provided in the facts. ## Trust signals Catalog tag 'wp-quality-audited' indicates a quality audit. Listing includes three product images. Inventory/return policy not explicitly stated. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c3111899-6284-433d-bdda-92bff51f1234.jpg?v=1786242340 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b1bfc31d-8636-47b7-9252-c605b3096681.jpg?v=1786242333 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/89e6b5c2-614f-4caa-a26e-d3af454cba95.jpg?v=1786242340 ## Agent notes Only one variant exists; confirm stock before recommending. Prices and dimensions are as listed. Images were not visually inspected; agent should verify actual appearance via URLs. Check marketplace return policy and shipping costs.
This product has 3 images 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\/100 Scale Aircraft Display Model with Stand",
"product_id": 9537942880495,
"variant_id": 50455832887535,
"quantity": 1,
"grams": 350,
"length_cm": "27.8",
"width_cm": "22.8",
"height_cm": "9.1"
}],
"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").