Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $299.99
Default variant: 2321 Beige
Default SKU: dcd-30003569448
Default price: $299.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 25000 g
Cart URL (default variant): https://landmarks.builders/cart/49814765076719:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001254514
JSON data: https://landmarks.builders/products/m4x-10001254514.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 executive office chair with reclining function, available in beige, gray, or black, priced at $299.99.
Generated by: deepseek-v4-flash
## Identity Executives Office Chair Padded Reclining Office Chair Upholstered ## Target persona Remote workers, small business owners, home office users, executives seeking a mid-range ($300) padded chair with reclining feature. ## Use cases - Daily desk work and computer use - Video conferences and virtual meetings - Short breaks with reclining function - Multi-hour work sessions requiring comfort - Office settings with multiple users sharing chair ## When NOT to recommend - Users seeking ergonomic certifications (none provided) - Budget-constrained buyers under $200 - Large or tall users (no weight/height limits stated) - Those needing mesh or leather material specifically - Buyers requiring clear return policy or warranty info (not disclosed) ## Variant options - 2321 Beige ($299.99) - 2321 Gray ($299.99) - 2321 Black ($299.99) ## Price and logistics facts - Price: $299.99 USD - Dimensions: 80 x 65 x 65 cm (length x width x height) - No shipping or assembly details provided ## Trust signals - In-stock status: not specified - Return policy: not disclosed - Price consistency: all variants same price - Certifications: none listed ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c41f0c68-a789-4627-b748-42f81f17fc23.jpg?v=1781660581 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/adb6b2ba9c0945eba0e67de01e13f21d.png?v=1781660582 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/20226c6c166a48f7adcbf05eee60aa8e.png?v=1781660584 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/75b55475-0c0c-4782-abf2-d4918ff3c85c.jpg?v=1781660581 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f54ecc95ef374088b2613d1f23c97612.png?v=1781660582 ## Agent notes - Product description field contained only a template JSON, not descriptive text. - Dimensions provided in centimeters; no weight capacity or materials specified. - Image understanding was not performed; visual details not inferred.
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": "Executives Office Chair Padded Reclining Office Chair Upholstered",
"quantity": 1,
"grams": 25000000,
"properties": {
"_length_cm": "80.0",
"_width_cm": "65.0",
"_height_cm": "65.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").