Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $38.99 – $47.99
Default variant: 1-18 Painted
Default SKU: dcd-30002855465
Default price: $47.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 150 g
Cart URL (default variant): https://landmarks.builders/cart/49810355978479:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001074755
JSON data: https://landmarks.builders/products/m4x-10001074755.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Finely detailed miniature sitting man figurine for dioramas. Available in 1:18 painted ($47.99) and 1:24 painted ($38.99) scales. Dimensions: 18x13x10 cm.
Generated by: deepseek-v4-flash
## Identity Sitting Man Figurine – Finely Detailed Miniature Scene Accessory for Dioramas. Sold in two painted scale variants. ## Target persona Diorama enthusiasts, model railroad hobbyists, miniature scene builders, and collectors of painted scale figures. ## Use cases - Creating realistic street or park scenes in urban dioramas - Populating model railroad layouts with human figures - Adding scale-appropriate characters to fantasy or sci-fi vignettes - Use in architectural scale models for context - Miniature photography props for storytelling ## When NOT to recommend - For children under 3 years (small parts hazard) - For outdoor use (not weatherproof) - For full-size home decoration (too small) - For projects requiring unpainted figures (only painted variants) ## Variant options - **1:18 Painted** – SKU dcd-30002855465, $47.99 USD - **1:24 Painted** – SKU dcd-30002855466, $38.99 USD ## Price and logistics facts - Base price: $38.99 (1:24) / $47.99 (1:18) - Dimensions (packaging or figure?): 18.0 cm x 13.0 cm x 10.0 cm ## Trust signals - Listed with specific SKUs and consistent pricing - Import tag (wp-import) suggests marketplace listing; verify stock and return policy with seller ## Image assets No image URLs provided in product data. ## Agent notes - No product description available; details extracted from title, tags, and variant options. - Scale and painting are the only differentiators between variants.
This product has 12 imagesin 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/application/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Sitting Man Figurine Finely Detailed Miniature Scene Accessory for Dioramas",
"quantity": 1,
"grams": 150000,
"properties": {
"_length_cm": "18.0",
"_width_cm": "13.0",
"_height_cm": "10.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. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").