Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $1,213.99 – $1,571.99
Default variant: 121*75*76cm
Default SKU: dcd-30001851738
Default price: $1,213.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 24000 g
Cart URL (default variant): https://landmarks.builders/cart/49815041343727:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000886958
JSON data: https://landmarks.builders/products/m4x-10000886958.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: Modern dining room set with clean aesthetic, available in two sizes, priced from $1,213.99. Ideal for homeowners and apartment dwellers.
Generated by: deepseek-v4-flash
## Identity Clean aesthetic Dining Room Set Modern Design Household Furniture Multi-Purpose Indoor Furnishing for Homeowners, Apartment Dwellers, Home ## Target persona Homeowners and apartment dwellers seeking multi-purpose indoor furnishing with modern design. ## Use cases - Family dinners and daily meals - Hosting guests for dining or events - Multi-purpose use as a work or hobby table - Furnishing a new home or apartment - Replacing an outdated dining set ## When NOT to recommend - For very small spaces where dimensions (156x90 cm or larger) are impractical - For buyers seeking a budget option under $1,000 - For those who prefer traditional or antique styles - For outdoor use (indoor only) ## Variant options - 121*75*76cm: $1,213.99 - 151*85*76cm: $1,571.99 ## Price and logistics facts - Price range: $1,213.99 – $1,571.99 USD - Dimensions (small variant): 156 cm length, 90 cm width, 15 cm height (note: height appears inconsistent with variant title; verify) - No shipping or delivery details provided ## Trust signals - No in-stock information available - No return policy or warranty specified - Price consistency across variants ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3901a6a9-afdd-4ff8-b0c2-973babf2f92f.jpg?v=1781664404 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/02df4b58-e133-4277-bbef-ab193e6b7c00.jpg?v=1781664404 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c6491c81-465d-4da9-992d-8220c61e190d.jpg?v=1781664404 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/389b4189-12a2-46f5-bcab-d34816e11417.jpg?v=1781664404 ## Agent notes - No description or product type provided; visual details not analyzed. - Dimensions given (156x90x15 cm) may refer to packaging or tabletop; variant titles suggest different sizes. Verify actual product dimensions. - Images available for visual assessment.
This product has 4 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": "Clean aesthetic Dining Room Set Modern Design Household Furniture Multi-Purpose Indoor Furnishing for Homeowners, Apartment Dwellers, Home",
"quantity": 1,
"grams": 24000000,
"properties": {
"_length_cm": "156.0",
"_width_cm": "90.0",
"_height_cm": "15.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").