Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $254.99
Default variant: Brown
Default SKU: dcd-30001867109
Default price: $254.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 20000 g
Cart URL (default variant): https://landmarks.builders/cart/49813675639023:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000889530
JSON data: https://landmarks.builders/products/m4x-10000889530.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Floral-shaped rotating chair with high-resilience foam pad, available in 5 colors, priced at $254.99, dimensions 73x73x80 cm.
Generated by: deepseek-v4-flash
## Identity FloralShaped rotating Chair, Modern Design, Indoor Furniture, Comfortable Seating, High-Resilience Foam pad. Available in Brown, Beige Gray, Dark Green, Blue Gray, Orange. ## Target persona Homeowners and office workers seeking a stylish, rotating chair with foam padding for indoor use. ## Use cases - Living room accent seating - Home office desk chair - Reading nook - Lounge area - Conference room - Waiting area ## When NOT to recommend - Outdoor use - Heavy-duty commercial use - Users requiring ergonomic lumbar support - Users over 300 lbs (no weight capacity given) ## Variant options - Brown (SKU: dcd-30001867109) - $254.99 - Beige Gray (SKU: dcd-30001867110) - $254.99 - Dark Green (SKU: dcd-30001867111) - $254.99 - Blue Gray (SKU: dcd-30001867112) - $254.99 - Orange (SKU: dcd-30001867113) - $254.99 ## Price and logistics facts $254.99 USD. Dimensions: 73 x 73 x 80 cm. No shipping or return policy provided. ## Trust signals Price consistent across variants. Image URLs provided. No stock status or certification info available. ## Image assets 5 images available at provided URLs. Images not analyzed for content. ## Agent notes No description provided. Image understanding not performed. If buyer needs visual details, recommend fetching and analyzing images.
This product has 9 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": "FloralShaped rotating Chair Modern Design Indoor Furniture Comfortable Seating High-Resilience Foam pad for homeowners, Office",
"quantity": 1,
"grams": 20000000,
"properties": {
"_length_cm": "73.0",
"_width_cm": "73.0",
"_height_cm": "80.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").