Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $1,079.99 – $1,140.99
Default variant: Rocking Chair
Default SKU: dcd-30001844262
Default price: $1,079.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/49815037083887:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000885802
JSON data: https://landmarks.builders/products/m4x-10000885802.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Single-person wooden rocking chair with wide armrests, indoor use, available with or without cushion, priced at $1,079.99.
Generated by: deepseek-v4-flash
## Identity Single-Person Wooden Rocking Chair with Wide Armrests, timeless design for indoor seating. ## Target persona - Adult seeking comfortable, stationary indoor seating for relaxation or reading - Homeowner furnishing a living room, den, or nursery with a classic rocking chair - Person willing to invest over $1,000 for a durable wooden chair ## Use cases - Reading or lounging in a living room or bedroom - Rocking a baby in a nursery setting - Afternoon relaxation or mediation - Use as an accent piece in a traditional or rustic decor ## When NOT to recommend - Outdoor or patio use (wood, indoor only) - Budget-constrained shoppers (price > $1,000) - Need for multiple seats or a glider with ottoman - Very small spaces (dimensions: 105 cm length, 35 cm width, 25 cm height) ## Variant options - **Rocking Chair**: $1,079.99 (SKU: dcd-30001844262) - **Chair+cushion**: $1,140.99 (SKU: dcd-30001844263) ## Price and logistics facts - Price: $1,079.99 USD (base); $1,140.99 with cushion - Dimensions: 105 cm length, 35 cm width, 25 cm height - Currency: USD ## Trust signals - No specific in-stock status, return policy, or certifications provided in source data. ## Image assets      ## Agent notes - Images were not analyzed; treat them as fetchable assets only. - No product description or material details beyond what is in title.
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": "Single-Person Wooden Rocking Chair timeless Design Indoor Seating Wide Armrests",
"quantity": 1,
"grams": 20000000,
"properties": {
"_length_cm": "105.0",
"_width_cm": "35.0",
"_height_cm": "25.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").