Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $255.99
Default variant: Dark Khaki
Default SKU: dcd-30001877235
Default price: $255.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 13500 g
Cart URL (default variant): https://landmarks.builders/cart/49813676556527:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000891069
JSON data: https://landmarks.builders/products/m4x-10000891069.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Swivel Recliner Floor Chair with Armrests Japanese Design for Study
| Type | Armchair |
| Material | Wood & Fabric |
| Colour | Multicoloured |
| Item Height | More than 35 in |
| Item Length | 30 in |
| Item Width | 30 in |
| Department | Adults |
| Seating Capacity | 1 |
| Pattern | Solid |
| Assembly Required | Yes |
| Model | ARRA0001 |
| Features | Swivel |
| Upholstery Fabric | Faux Leather |
| Theme | Novelty |
| Style | Japanese |
| Personalise | Yes |
| Care Instructions | Avoid Harsh Chemicals |
| Seat Height | 15 in |
| Country of Origin | China |
| Personalisation Instructions | Customizable |
Summary: Swivel recliner floor chair with armrests in Japanese design. Four color options. Dimensions 111x58x26 cm. Price 255.99 USD.
Generated by: deepseek-v4-flash
## Identity Swivel Recliner Floor Chair with Armrests Japanese Design for Study ## Target persona - Minimalist apartment dweller seeking space-saving floor seating - Student needing a flexible, low-profile chair for studying or lounging - Small home user who values compact furniture - Frequent floor sitter looking for ergonomic support ## Use cases - Reading or studying on the floor with reclining capability - Watching TV or gaming from a low position - Meditation or relaxation sessions requiring a comfortable floor seat - Occasional guest seating in tight spaces - Creative work like drawing or crafting at a low table ## When NOT to recommend - As a primary desk chair for long working hours (lack of lumbar support) - For individuals with limited mobility who need easy stand-up assistance - As a replacement for a standard recliner (floor-level only) - For users over 250 lbs (weight capacity not specified) ## Variant options All variants priced at 255.99 USD: - Dark Khaki - Black - Smoky Gray - Coffee ## Price and logistics facts - Price: 255.99 USD (fixed across variants) - Dimensions: 111 cm (L) x 58 cm (W) x 26 cm (H) - Currency: USD ## Trust signals - Four color options available - No return policy specified; assume standard retailer policy - No stock information provided - No certifications or warranties listed ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7dfa7f4c-3462-4d08-be24-9def2df26485.jpg?v=1781628301 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e7fe7d5a-4995-4904-b74c-aded9dac59b8.jpg?v=1781628301 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5da8b3a5-7df7-436e-851f-25b8d48534e5.jpg?v=1781628301 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b0ebbe45-d384-47d7-9729-847757915960.jpg?v=1781628301 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7dd7fcde-f01a-4c5f-a8c6-fc3d5787e418.jpg?v=1781628301 ## Agent notes - Description field is empty; product details inferred from title and tags. - Images were not fetched or analyzed; visual assessment 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": "Swivel Recliner Floor Chair with Armrests Japanese Design for Study",
"quantity": 1,
"grams": 13500000,
"properties": {
"_length_cm": "111.0",
"_width_cm": "58.0",
"_height_cm": "26.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").