Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $242.99 – $404.99
Default variant: Beige / S
Default SKU: dcd-30001865566
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: 9300 g
Cart URL (default variant): https://landmarks.builders/cart/49813657911535:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000889311
JSON data: https://landmarks.builders/products/m4x-10000889311.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Upholstered armchair in Nordic minimalist style, available in Beige, Blue, Coffee; compact 60cm cube dimensions; priced from $242.99.
Generated by: deepseek-v4-flash
## Identity Upholstered Armchair Nordic Aesthetic Lounge Chair Modern Minimalist Comfortable Backrest for Adults, Living Room ## Target persona Apartment dwellers, minimalists, budget-conscious shoppers seeking compact seating for small living spaces. ## Use cases - Accent chair in living room - Seating for small home office - Reading chair in bedroom - Extra seating in entryway - Compact seating for studio apartment ## When NOT to recommend - For large family rooms needing oversized seating - For high-traffic commercial waiting areas - If buyer needs reclining or swivel function - If budget is under $200 (cheapest variant $242.99) ## Variant options - Beige / S: $242.99 - Blue / S: $404.99 - Coffee / S: $404.99 ## Price and logistics facts Price range: $242.99 – $404.99 USD. Dimensions: 60 cm (L) x 60 cm (W) x 60 cm (H). ## Trust signals No stock, return policy, or certification information available from provided data. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cde2ca17-4fa0-4d44-9ccf-7bf31266b33f.jpg?v=1781628264 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e86b22c3-e756-40e9-92a6-777f852626f0.jpg?v=1781628272 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f3564351-5871-425e-ad1c-61dfc4bd902c.jpg?v=1781628264 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ce761937-e559-4c1a-b701-c7636acccb2b.jpg?v=1781628264 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fd52c1bc-f987-4e1d-859b-d237bdc34a60.jpg?v=1781628264 ## Agent notes - No product description or type provided; functionality inferred from title. - Images not analyzed; no visual details assessed. - Stock status and return policy not known.
This product has 10 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 Nordic Aesthetic Lounge Chair Modern Minimalist Comfortable Backrest for Adults, Living Room",
"quantity": 1,
"grams": 9300000,
"properties": {
"_length_cm": "60.0",
"_width_cm": "60.0",
"_height_cm": "60.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").