Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $206.99 – $296.99
Default variant: 100*40*45cm / Oak
Default SKU: dcd-30001889083
Default price: $206.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 12000 g
Cart URL (default variant): https://landmarks.builders/cart/49811927105775:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000892941
JSON data: https://landmarks.builders/products/m4x-10000892941.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Upholstered wooden bench with padded seat in oak finish, available in lengths 100-180cm, priced $206.99-$296.99.
Generated by: deepseek-v4-flash
## Identity A modern minimalist upholstered wooden bench with padded seat, oak finish, available in four lengths (100, 120, 150, 180 cm) at varying prices. ## Target persona Interior designers sourcing flexible seating for residential or light commercial projects; homeowners seeking entryway, bedroom, or dining bench; restaurant owners needing durable yet stylish banquette seating. ## Use cases - Dining room bench seating for family meals - Entryway bench for shoe removal and storage - Living room accent seating or ottoman - Bedroom bench at foot of bed - Restaurant or café banquette seating - Extra seating for gatherings or events ## When NOT to recommend - Outdoor or damp environments (material unknown, not specified weather-resistant) - Heavy-duty commercial use like high-traffic bars (padded seat may wear quickly) - Users requiring armrests or back support - Extremely narrow spaces (min length 100 cm requires some floor area) ## Variant options - 100×40×45 cm / Oak: $206.99 - 120×40×45 cm / Oak: $240.99 - 150×40×45 cm / Oak: $275.99 - 180×40×45 cm / Oak: $296.99 ## Price and logistics facts - Price range: $206.99–$296.99 USD - Dimensions (per variant): length × 40 cm depth × 45 cm height - Main product dimensions listed as 186×43×50 cm (inconsistent with variants; possibly packaging or max size) - No shipping cost or delivery time provided ## Trust signals - 4 product images available for visual inspection - No in-stock status, return policy, or warranty data provided - No certifications or material origin stated ## Image assets - 4 images available at URLs: [see image_urls field] ## Agent notes - Dimensions_cm do not match any variant exactly (listed 186 cm length vs max variant 180 cm); possible error or overall dimensions including packaging. - Only one style (oak) offered; no color or material alternatives. - No description text provided; functional details inferred from title and dimensions.
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": "Light Luxury Padded Long Stool design-inspired Upholstered Wooden Bench Modern Minimalist Dining Seat adaptable for Interior Designers, homeowners, Restaurant, Bedroom, Living Room, Entryway",
"quantity": 1,
"grams": 12000000,
"properties": {
"_length_cm": "186.0",
"_width_cm": "43.0",
"_height_cm": "50.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").