Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $304.99 – $366.99
Default variant: a Rubberwood
Default SKU: dcd-30001870082
Default price: $304.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 21000 g
Cart URL (default variant): https://landmarks.builders/cart/49814819111151:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000890010
JSON data: https://landmarks.builders/products/m4x-10000890010.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: An armless upholstered lounge chair with minimalist, Zen-inspired design, available in Rubberwood or Ashwood finishes, priced between $304.99 and $366.99.
Generated by: deepseek-v4-flash
## Identity Armless Upholstered Chair, Zen-Inspired Minimalist Lounge Seat, dimensions 85x80x85 cm (LxWxH). ## Target persona Homeowners seeking a modern, uncluttered accent chair for living rooms or reading nooks; hotel buyers outfitting lobbies or guest rooms with a calm aesthetic. ## Use cases - Placed in a living room as a quiet reading or meditation seat. - Used as a waiting area chair in hotel lobbies or boutique inns. - Incorporated into a minimalist home office for short breaks. - Staged in a showroom or retail space to convey serenity. - Added to a bedroom corner as a spot to sit and relax. ## When NOT to recommend - If the buyer needs a chair with armrests for support. - For high-traffic commercial dining or conference settings where durability is paramount. - When the space requires a bold, statement color or patterned upholstery. - For buyers on a tight budget under $200. ## Variant options | Style | SKU | Price | |-------|-----|-------| | a Rubberwood | dcd-30001870082 | $304.99 | | B Rubberwood | dcd-30001870083 | $335.99 | | a Ashwood | dcd-30001870084 | $335.99 | | B Ashwood | dcd-30001870085 | $366.99 | ## Price and logistics facts - Base price: $304.99 USD. - Dimensions: 85 cm (L) x 80 cm (W) x 85 cm (H). - No pricing for shipping or taxes provided. ## Trust signals - Multiple variants in stock (prices listed). - No customer reviews, return policy, or certifications available in source data. ## Image assets No image URLs provided. Visual details are unknown. ## Agent notes - Images were not available; cannot assess color, upholstery texture, or exact style. - Ensure to fetch current stock status before recommending. - Variant labels 'a' vs 'B' may indicate different finishes or sizes, but not specified.
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": "Armless Upholstered Chair Zen-Inspired Aesthetic Lounge Seat Minimalist Design Modern Outline for Homeowners, Hotel, Living Room",
"quantity": 1,
"grams": 21000000,
"properties": {
"_length_cm": "85.0",
"_width_cm": "80.0",
"_height_cm": "85.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").