Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $185.99
Default variant: Cream White
Default SKU: dcd-30001933632
Default price: $185.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 15000 g
Cart URL (default variant): https://landmarks.builders/cart/49811879133423:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000898898
JSON data: https://landmarks.builders/products/m4x-10000898898.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Upholstered Swivel Armchair Stable Base Desk Chair Fluid Rolling Casters
| Features | Swivel |
| Main Colour | Beige |
| Seat Material | Faux Leather |
| Frame Material | Plastic |
| Adjustment | Seat Height |
| Style | Operator/Task Chair |
| Max. Weight Capacity | 100kg |
| Assembly | Self-Assembly Required |
| Seat Width | 50cm |
| Seat Depth | 50cm |
Summary: Compact upholstered swivel armchair with stable base and rolling casters, available in Cream White and Light Grey, priced at $185.99.
Generated by: deepseek-v4-flash
## Identity Upholstered Swivel Armchair with Stable Base and Fluid Rolling Casters ## Target persona Home office workers needing a compact, mobile armchair. Desk users in tight spaces. Individuals seeking a stylish yet functional seating option under $200. ## Use cases - Home office desk work - Small apartment living room seating - Reading nook - Vanity desk chair - Reception area ## When NOT to recommend - For tall users (seat height unknown) - For users needing ergonomic lumbar support - For heavy-duty daily use - For large rooms where a full-size chair is needed ## Variant options - **Cream White**: $185.99 USD - **Light Grey**: $185.99 USD ## Price and logistics facts - Price: $185.99 USD - Dimensions: 76 cm (length) x 52 cm (width) x 47 cm (height) - Two color variants at same price - Weight not specified ## Trust signals - Price consistent across variants - In-stock status not specified - Return policy not specified - No certifications listed ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/139cf34d-f744-4ada-961c-ff703c2d37b4.jpg?v=1781600878 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/fbf95ac2-23a0-4c5d-a1bd-0dae4c3aef66.jpg?v=1781600878 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d75f65cb-1db7-4a5d-b71b-22fd130d39ce.jpg?v=1781600877 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d2b42316-0863-4272-bc58-004e1ad63e7e.jpg?v=1781600881 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b49f9152-c87a-4ab4-a0d4-bb0d6fd6ef83.jpg?v=1781600878 ## Agent notes - No product description provided. - Image understanding not performed. - Seat height, weight capacity, and assembly requirements unknown. - Dimensions are overall and may not reflect seat dimensions.
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": "Upholstered Swivel Armchair Stable Base Desk Chair Fluid Rolling Casters",
"quantity": 1,
"grams": 15000000,
"properties": {
"_length_cm": "76.0",
"_width_cm": "52.0",
"_height_cm": "47.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").