Brand: World Products (Landmark)
This product has 6 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $230.99 – $331.99
Default variant: Black / Pu Leather
Default SKU: dcd-30001887708
Default price: $230.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 30000 g
Cart URL (default variant): https://landmarks.builders/cart/49813628387567:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000892759
JSON data: https://landmarks.builders/products/m4x-10000892759.json
This product comes in 6 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Four-legged managerial chair in black or brown with leather options, priced $230.99-$331.99, dimensions 97x52x68 cm.
Generated by: deepseek-v4-flash
## Identity Four-legged managerial chair with leather upholstery options, available in black and brown. Dimensions: 97 cm length, 52 cm width, 68 cm height. ## Target persona Office managers, executives, and home office professionals seeking a mid-range leather chair for managerial or meeting use. ## Use cases - Daily administrative work at a desk - Client or team meetings in a private office - Extended periods of seated work requiring comfort - Home office setups needing professional appearance - Reception or waiting areas (moderate traffic) ## When NOT to recommend - For gaming or heavy reclining use (not designed for that) - For users with a budget under $200 (lowest variant $230.99) - For very compact spaces (chair footprint 97x52 cm) - For users requiring advanced ergonomic adjustments (basic managerial chair) ## Variant options | SKU | Color | Style | Price | |-----|-------|-------|-------| | dcd-30001887708 | Black | Pu Leather | $230.99 | | dcd-30001887709 | Black | Genuine Leather | $299.99 | | dcd-30001887710 | Black | Imported Leather | $331.99 | | dcd-30001887711 | Brown | Faux Leather | $230.99 | | dcd-30001887712 | Brown | Genuine Leather | $299.99 | | dcd-30001887713 | Brown | Imported Leather | $331.99 | ## Price and logistics facts - Price range: $230.99 – $331.99 USD - Dimensions: 97 x 52 x 68 cm (L x W x H) - No weight or shipping dimensions provided ## Trust signals - In-stock status not provided - Return policy not specified - Price consistent across listed SKUs - No certifications mentioned ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9f602622-411d-482f-b946-ae0c0e5d36d5.jpg?v=1781628215 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/300c25a1-76d3-4865-ae5a-419c3bc725db.jpg?v=1781628216 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/744f054a-aa74-4d06-9e7b-0db33e631f58.jpg?v=1781628216 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4b85aeae-4e21-464e-8960-84c929004db1.jpg?v=1781628215 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/db974ca2-79ac-43a2-8390-0319e21053f1.jpg?v=1781628215 ## Agent notes - No product description available; image content not analyzed. - Product type field empty; categorized via tags. - Dimensions are in centimeters.
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": "Four-Legged Managerial Chair Comfortable",
"quantity": 1,
"grams": 30000000,
"properties": {
"_length_cm": "97.0",
"_width_cm": "52.0",
"_height_cm": "68.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").