Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $202.99
Default variant: Black White / Standard
Default SKU: dcd-30001901988
Default price: $202.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 20020 g
Cart URL (default variant): https://landmarks.builders/cart/49811916947695:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894763
JSON data: https://landmarks.builders/products/m4x-10000894763.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Highspine-supporting Reclining Chair with Footrest 360-Degree rotating for Bedroom, Streamers
| Colour | Black |
| Item Height | 95 cm |
| Item Length | 60 cm |
| Item Width | 60 cm |
| Type | Office Chair |
| Frame Material | Nylon |
| Style | Contemporary/Modern |
| Indoor/Outdoor | Indoor |
| Features | Adjustable Seat Height |
| Upholstery Fabric | Faux Leather |
| Room | Home Office/Study |
| Backrest Height | 80 cm |
| Seat Depth | 50 cm |
| Department | Adults |
Summary: A reclining chair with footrest, 360-degree rotation, and high spine support, available in three colors at $202.99.
Generated by: deepseek-v4-flash
## Identity Highspine-supporting Reclining Chair with Footrest, 360-Degree rotating for Bedroom, Streamers ## Target persona Streamers, gamers, or bedroom users seeking an ergonomic recliner with footrest and swivel under $250. ## Use cases - Watching movies or streaming in a bedroom - Gaming sessions requiring frequent rotation - Reading or relaxing with footrest extended - Taking breaks during desk work - Napping in a reclined position ## When NOT to recommend - For tall individuals over 6'2" due to compact dimensions (seat height 25.4 cm) - For heavy-duty commercial use (no weight capacity specified) - For buyers requiring leather upholstery (fabric not specified) ## Variant options - Black White / Standard ($202.99) - Dark Gray / Standard ($202.99) - Black / Standard ($202.99) ## Price and logistics facts - Price: $202.99 USD - Dimensions (cm): L 83.82 x W 57.15 x H 25.4 (likely seat height) - No shipping or logistics details provided ## Trust signals - No trust signals provided in facts (no stock status, return policy, or certifications) ## Image assets - Five images available at the provided URLs (not analyzed) ## Agent notes - Description field was empty; title and tags used for inference. No visual analysis performed.
This product has 11 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": "Highspine-supporting Reclining Chair with Footrest 360-Degree rotating for Bedroom, Streamers",
"quantity": 1,
"grams": 20020000,
"properties": {
"_length_cm": "83.82",
"_width_cm": "57.15",
"_height_cm": "25.4"
}
}],
"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").