Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $242.99
Default variant: Dark Gray
Default SKU: dcd-30001908501
Default price: $242.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 8200 g
Cart URL (default variant): https://landmarks.builders/cart/49813660762351:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000895655
JSON data: https://landmarks.builders/products/m4x-10000895655.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Upholstered Armchair Modern Minimalist Design Upholstered Scoop Chair for Office
| Theme | Business |
| Type | Flag |
| Unit Quantity | 1 |
| Unit Type | Unit |
Summary: Upholstered armchair with sturdy frame, easy to clean, available in 4 colors. Priced at $242.99 USD. Dimensions: 60x55x25 cm.
Generated by: deepseek-v4-flash
## Identity Upholstered Armchair Sturdy Frame Upholstered Scoop Chair Easy to Clean ## Target persona Budget-conscious home decorators or first-time apartment dwellers seeking a functional, easy-clean armchair for small spaces. ## Use cases - Living room accent seating - Reading nook chair - Guest chair for compact apartments - Dorm room armchair - Home office side chair ## When NOT to recommend - Large living rooms needing oversized seating - Heavy daily use by large individuals (compact dimensions) - Luxury interior decor - Outdoor or high-moisture areas ## Variant options - Dark Gray ($242.99) - Orange ($242.99) - Light Green ($242.99) - Khaki Brown ($242.99) ## Price and logistics facts Price: $242.99 USD per variant. Dimensions: 60 cm L x 55 cm W x 25 cm H. Product ships from multiple warehouses; shipping cost varies by location and is set at $0.10 base. Buyers may incur return shipping if returns are due to warehouse location. ## Trust signals Price is consistent across all color variants. No explicit in-stock status or certification information available. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c56299f0-cd79-4078-b135-49d3942d4e04.jpg?v=1781628273 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e17de105-4d52-4b7b-88e1-a32ad1bf9fb1.jpg?v=1781628273 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a4dcba0f-3593-45e9-b07f-820b1a431896.jpg?v=1781628273 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7c13d511-0271-4850-b1c1-742c2deca1bc.jpg?v=1781628273 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ea0917c9-9c84-4ae7-a0ab-0eb678032343.jpg?v=1781628273 ## Agent notes - Product description is minimal and focuses on shipping policy; no detailed material or durability specs. - Images could not be viewed; visual assessment not performed. - Height dimension (25 cm) appears low for a standard armchair; verify with seller. - Return policy may penalize buyer if return reason is warehouse location.
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": "Upholstered Armchair Modern Minimalist Design Upholstered Scoop Chair for Office",
"quantity": 1,
"grams": 8200000,
"properties": {
"_length_cm": "60.0",
"_width_cm": "55.0",
"_height_cm": "25.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").