Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $119.99
Default variant: Caramel Brown / Pu Leather
Default SKU: dcd-30001933874
Default price: $119.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 11500 g
Cart URL (default variant): https://landmarks.builders/cart/49811569934575:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000898938
JSON data: https://landmarks.builders/products/m4x-10000898938.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Upholstered Swivel Armchair Multi-Use Desk Chair With Armrests for Adults, Women
| Features | Swivel |
| Seat Material | Faux Leather |
| Frame Material | Rubberwood |
| Adjustment | None |
| Style | Operator/Task Chair |
| Max. Weight Capacity | 160kg |
| Assembly | Self-Assembly Required |
| Seat Width | 47.5cm |
| Max. Seat Height | 50cm |
| Seat Depth | 40cm |
Summary: Upholstered swivel armchair with armrests, available in three color/material variants, priced at $119.99 USD.
Generated by: deepseek-v4-flash
## Identity Swivel armchair with armrests, upholstered in PU leather or oil wax leather, suitable for desk or multi-use. ## Target persona Adults, particularly women, seeking a compact, affordable chair for home office, vanity, or small-space seating. ## Use cases - Home office desk chair for light work or reading - Vanity or dressing table seating - Accent chair in living room or bedroom - Occasional guest seating in tight spaces - Craft or hobby desk chair ## When NOT to recommend - For users over 5'10" or heavy build (seat depth and width are limited) - For full-time ergonomic office use (no lumbar support, low back) - For commercial or high-traffic settings (likely lower durability) - For users requiring a high weight capacity (not specified) ## Variant options - Caramel Brown / PU Leather ($119.99) - White / PU Leather ($119.99) - Retro Brown / Oil Wax Leather ($119.99) ## Price and logistics facts - Price: $119.99 USD (all variants) - Dimensions: 65 cm L x 55 cm W x 40 cm H (note: height of seat? overall? unclear) ## Trust signals - Price consistent across all three variants - No certification or warranty data provided - No stock status information available ## Image assets No image URLs provided. ## Agent notes - Missing description and detailed specs (e.g., seat height, weight capacity, material care) - Dimensions given (65x55x40 cm) may refer to overall packaging or product; height of 40 cm suggests a low-profile chair - Verify actual seat height and depth for ergonomic fit
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 Multi-Use Desk Chair With Armrests for Adults, Women",
"quantity": 1,
"grams": 11500000,
"properties": {
"_length_cm": "65.0",
"_width_cm": "55.0",
"_height_cm": "40.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").