Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $261.99 – $310.99
Default variant: Blue
Default SKU: dcd-30001863894
Default price: $261.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 5000 g
Cart URL (default variant): https://landmarks.builders/cart/49813685928175:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000889097
JSON data: https://landmarks.builders/products/m4x-10000889097.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Upholstered child's armchair with stable design, available in Blue, White, Pink, or Green, priced at $261.99 (Green $310.99), suitable for storytime corners.
Generated by: deepseek-v4-flash
## Identity Upholstered Child's Armchair (Stable Design) – Club Chair for Storytime Corner ## Target persona Parents of toddlers and preschoolers (ages 2-6) seeking a stable, child-sized chair for reading nooks or playrooms. ## Use cases - Storytime corner seating - Reading nook in bedroom - Quiet time chair in playroom - Seating in daycare or preschool circle time - Waiting room for children - Decorative accent in nursery ## When NOT to recommend - For children over 6 years old or adults (too small) - For rough or active play (not heavy-duty) - For use as a primary dining or desk chair - If budget is under $200 - If need adjustable height or rocking feature ## Variant options - Blue: $261.99 - White: $261.99 - Pink: $261.99 - Green: $310.99 ## Price and logistics facts Price: $261.99 USD for Blue, White, Pink; $310.99 for Green. Dimensions not provided. Shipping and tax not specified. ## Trust signals In-stock status not stated. Return policy not provided. No certifications listed. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a0696be7-6ab1-44b1-91e8-9b68862cbcda.jpg?v=1781628314 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1ef2e345-92ec-46f5-b85a-823dd36d7b80.jpg?v=1781628314 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/67a3c19e-3af4-4991-a681-2ddb93d7b25b.jpg?v=1781628314 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/eb7bac18-71da-4362-a189-4deb7dee6860.jpg?v=1781628314 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f6fff0ff-928e-4d32-807e-d8302b1433ea.jpg?v=1781628314 ## Agent notes Dimensions were not provided. Image content was not analyzed – treat image URLs only as assets.
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 child's Armchair Stable Design child's Club Chair for storytime Corner",
"quantity": 1,
"grams": 5000000,
"properties": {
"_length_cm": "",
"_width_cm": "",
"_height_cm": ""
}
}],
"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").