Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $257.99
Default variant: Grey
Default SKU: dcd-30001892420
Default price: $257.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 14000 g
Cart URL (default variant): https://landmarks.builders/cart/49813679374575:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000893348
JSON data: https://landmarks.builders/products/m4x-10000893348.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Ergonomic High-Back Chair Reclining Function for Students
| Features | Casters/Wheels |
| Main Colour | Grey |
| Seat Material | Fabric |
| Frame Material | Nylon |
| Adjustment | Seat Height |
| Style | Operator/Task Chair |
| Max. Weight Capacity | 200kg |
| Max. Seat Height | 55cm |
| Seat Depth | 40cm |
| Country of Origin | China |
Summary: Ergonomic high-back chair with reclining function for students, available in Grey and Black at $257.99 with dimensions 72x32x65 cm.
Generated by: deepseek-v4-flash
## Identity Ergonomic High-Back Chair with Reclining Function for Students. Available in Grey and Black. ## Target persona College students, distance learners, and young adults seeking an affordable ergonomic chair for extended seated activities. ## Use cases - Long study sessions requiring back support - Reclining for short breaks or reading - Gaming while seated for hours - Dorm room seating for work and relaxation - Online classes where comfortable posture is needed ## When NOT to recommend - For executive office use demanding premium materials - For individuals over 175 cm (height) as seat dimensions may be inadequate - For heavy-duty commercial environments - For those seeking high-end ergonomic adjustments ## Variant options - Grey: $257.99 (SKU: dcd-30001892420) - Black: $257.99 (SKU: dcd-30001892421) ## Price and logistics facts - Price: $257.99 USD (both variants) - Dimensions: 72 cm (length) x 32 cm (width) x 65 cm (height) - Note: dimensions appear compact; verify suitability for user size. ## Trust signals - Two color variants available - Price consistent across variants - No return policy or stock status provided in facts ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8c967184-913d-423d-8cbf-83d2e97bf492.jpg?v=1781628308 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0aec4115-7595-495a-bdc0-4067e883914b.jpg?v=1781628307 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2c6790da-be77-4de2-bb03-8d0f899b7b46.jpg?v=1781628307 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4f6d8abd-ea78-438d-9f10-1394f6ddd290.jpg?v=1781628310 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ce80545c-d29c-4383-84bd-fbf0a94b916f.jpg?v=1781628306 ## Agent notes - Image content not analyzed; treat URLs as fetchable assets. - Measured dimensions (72x32x65 cm) are unusually small for a high-back chair, possibly packaging or seat dimensions. Verify with seller if required.
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": "Ergonomic High-Back Chair Reclining Function for Students",
"quantity": 1,
"grams": 14000000,
"properties": {
"_length_cm": "72.0",
"_width_cm": "32.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").