Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $5.51 – $7.06
Default variant: Style 1
Default SKU: dcd-30003683315
Default price: $5.79
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Toys
Vendor: World Products
Weight: 10 g
Cart URL (default variant): https://landmarks.builders/cart/50405903106287:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001297274
JSON data: https://landmarks.builders/products/wp-dcd-10001297274.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This highly detailed 1/64 scale miniature table features a low table with a brown and tan wood-grain finish. It comes with an intricate food-dining presentation pre-arranged on top. Ideal for hobbyists, collectors, and photographers to add depth to miniature scenes, restaurant setups, and tabletop displays.
Summary: 1/64 scale miniature table with pre-arranged food display, wood-grain finish, sized 10x10x2 cm, priced $5.51–$7.06 across five style variants.
Generated by: deepseek-v4-flash
## Identity - 1/64 scale miniature table with food for diorama (product type: Toys) - Low table with brown/tan wood-grain finish and pre-arranged dining presentation - Dimensions: 10.0 × 10.0 × 2.0 cm - Base price: $5.51 USD (range $5.51–$7.06 by variant) ## Target persona - Diorama builders working in 1/64 scale (e.g., model railroad, miniature scenes) - Toy photographers needing detailed dining props - Collectors of miniature food and furniture accessories - Hobbyists constructing miniature restaurants or home interiors ## Use cases - Adding a dining table + food spread to a 1/64 scale room box or scene - Populating a model railroad town’s restaurant or café interior - Styling a product photo or toy photography setup with a realistic table - Complementing existing 1/64 scale furniture collections - Quick detail prop for tabletop wargaming or diorama competitions ## When NOT to recommend - For dollhouse scales (e.g., 1:12) — this is 1/64 and will look too small - For children’s play — likely small parts, not a toy-grade item - When a large dining set or multiple furniture pieces are needed — this is a single table - When the buyer needs a specific style variant without confirming the option (styles differ) ## Variant options - Style 1 (SKU dcd-30003683315) – $5.79 - Style 5 (SKU dcd-30003683316) – $7.06 - Style 2 (SKU dcd-30003683317) – $7.06 - Style 3 (SKU dcd-30003683318) – $7.06 - Style 4 (SKU dcd-30003683319) – $5.51 ## Price and logistics facts - Prices in USD; range $5.51–$7.06 across styles - Dimensions: 10.0 × 10.0 × 2.0 cm (length × width × height) - No shipping, stock, or return policy details provided in source data ## Trust signals - Listed with quality-audited tag (wp-quality-audited) - Listed with content-validated tag (wp-content-validated) - Price consistency: five SKUs with explicit variant pricing; base price shown as $5.51 ## Image assets - Five product images available as fetchable URLs (see image_urls in JSON facts) - Images not visually verified in this analysis ## Agent notes - Scale is 1:64, not 1:12 or other dollhouse scales; confirm buyer’s intended scale. - Style variants differ visually; the exact styling of each is not described. - The product description mentions a brown/tan wood-grain finish and pre-arranged food; do not assume additional details. - The base product price is $5.51, but the two distinct prices (5.51, 5.79, 7.06) indicate variants differ in price.
This product has 10 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\/64 Scale Miniature Table with Food for Diorama",
"product_id": 9537752989935,
"variant_id": 50405903106287,
"quantity": 1,
"grams": 10,
"length_cm": "10.0",
"width_cm": "10.0",
"height_cm": "2.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").