Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $84.99
Default variant: Walnut / Lifting Chair
Default SKU: dcd-30001917226
Default price: $84.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 7700 g
Cart URL (default variant): https://landmarks.builders/cart/49811368378607:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000896688
JSON data: https://landmarks.builders/products/m4x-10000896688.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: Adjustable child's armchair with ergonomic design and solid frame, suitable for teens, available in multiple colors at $84.99.
Generated by: deepseek-v4-flash
## Identity Product: Adjustable child's Armchair Ergonomic Design Study Seating Solid Frame for Teens. $84.99. ## Target persona Parents of children or teens (ages 6–16) seeking an affordable, adjustable study chair for home use. Budget-conscious buyers wanting a functional seating option for a child's room. ## Use cases - Daily homework and study sessions. - Reading or relaxing in bedroom. - Using a computer or tablet at a desk. - Craft table seating for art projects. - Extra seating in a kids' playroom or study area. ## When NOT to recommend - Adult office workers needing full-size seating (chair is child-sized). - Users requiring high weight capacity or heavy-duty build. - Buyers seeking a gaming chair with racing-style features. - Those wanting premium materials like leather or high-end upholstery. ## Variant options - Walnut / Lifting Chair - Wood / Lifting Chair - White / Lifting Chair - Light Blue / Lifting Chair - Pink / Lifting Chair All variants at $84.99 each. ## Price and logistics facts - Price: $84.99 USD per unit. - Dimensions: 55 cm (L) x 48 cm (W) x 15 cm (H) – likely shipping box; actual assembled size not stated. - No shipping cost or delivery time provided in source data. ## Trust signals - Brand/model not specified; no warranty or return policy available from source. - Price is consistent across all color/style variants. - No stock status or certification data provided. ## Image assets - No images available in source data. ## Agent notes - No product description was given; details inferred from title and variant names. - Image understanding was not performed as no image URLs were provided.
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": "Adjustable child's Armchair Ergonomic Design Study Seating Solid Frame for Teens",
"quantity": 1,
"grams": 7700000,
"properties": {
"_length_cm": "55.0",
"_width_cm": "48.0",
"_height_cm": "15.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").