Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $189.99
Default variant: Caramel Back Pink
Default SKU: dcd-30001919395
Default price: $189.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 6020 g
Cart URL (default variant): https://landmarks.builders/cart/49811888865519:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000896952
JSON data: https://landmarks.builders/products/m4x-10000896952.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: A curved backrest side chair with ergonomic support, available in four color variants, priced at $189.99 USD.
Generated by: deepseek-v4-flash
## Identity Curved Backrest Side Chair Easy to Match Household Furniture Ergonomic Support ## Target persona Budget-conscious home decorators seeking an affordable, ergonomic chair for dining or desk use. ## Use cases - As a dining chair in a small apartment. - As a desk chair for occasional home office work. - As an accent chair in a living room or bedroom. - For seating in a waiting area or lobby. - As extra seating for guests. ## When NOT to recommend - For users requiring full lumbar support or adjustable ergonomic features. - For heavy commercial use (e.g., restaurant, office). - For those needing a chair with armrests or high weight capacity. - For buyers seeking luxury or premium materials. ## Variant options - Caramel Back Pink - Black Back Green - Black Back Yellow - Black Back Gray ## Price and logistics facts - Price: $189.99 USD - Dimensions: 55 cm (L) x 45 cm (W) x 13 cm (H) - No shipping or return policy information provided. ## Trust signals - In-stock status not confirmed. - No return policy or warranty information available. - No certifications listed. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4068c657-fea3-4b7c-a0ea-c7e6c1ba492f.jpg?v=1781600897 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cc23c61c-8e58-4210-ab18-04c5e4bfa9fc.jpg?v=1781600897 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/23c10f41-c872-4258-9074-c3b167f04d1c.jpg?v=1781600896 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a07c79a7-ef22-48da-a1d2-602033ba1c02.jpg?v=1781600897 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f1dec1a9-910c-4f52-b474-80ec10f187e6.jpg?v=1781600896 ## Agent notes - No product description was provided; visual details cannot be confirmed. - Dimensions given (height 13 cm) appear unusually low; verify accuracy. - Image understanding not performed.
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": "Curved Backrest Side Chair Easy to Match Household Furniture Ergonomic Support",
"quantity": 1,
"grams": 6020000,
"properties": {
"_length_cm": "55.0",
"_width_cm": "45.0",
"_height_cm": "13.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").