Brand: World Products (Landmark)
SKU: dcd-30001884398
Price: $256.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 6500 g
Cart URL (default variant): https://landmarks.builders/cart/49813678031087:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000892229
JSON data: https://landmarks.builders/products/m4x-10000892229.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Low-Slung Folding Chair Foldable Design Outdoor Furniture Lightweight for Adults
| Colour | Multicoloured |
| Item Height | 75 cm |
| Item Length | 55 cm |
| Item Width | 50 cm |
| Type | Folding Chair |
| Frame Material | Steel |
| Style | Bohemian |
| Indoor/Outdoor | Indoor & Outdoor |
| Item Weight | 5 kg |
| Assembly Required | No |
| Model | zdy-004 |
| Features | Foldable |
| Upholstery Fabric | Polyester |
| Finish | Polished |
| Pattern | Patchwork |
| Personalised | No |
| Maximum Weight Capacity | 100 kg |
Summary: Low-slung folding chair, lightweight and foldable, designed for outdoor use by adults, available in Light Brown at $256.99.
Generated by: deepseek-v4-flash
## Identity Low-Slung Folding Chair – Foldable design, lightweight, intended for outdoor use by adults. Single variant: Light Brown. ## Target persona Adults seeking portable seating for camping, beach trips, or patio lounging who value lightweight and easy storage. ## Use cases - Setting up a comfortable low chair at a campsite - Relaxing at the beach with a portable seat - Extra seating on a patio or deck that folds away - Taking to outdoor concerts or sports events - Using in a park for picnics or reading ## When NOT to recommend - For users needing high seating (standard dining or desk height) - For heavy-duty or commercial use (no weight capacity specified) - For individuals over 200 lbs? (no weight limit given, caution advised) - When style or color variety is required (only Light Brown available) ## Variant options - Light Brown ($256.99) – SKU: dcd-30001884398 ## Price and logistics facts - Price: $256.99 USD - Dimensions: 73 cm x 53 cm x 15 cm (folded? unclear) - No shipping or stock information provided. ## Trust signals - Listed price is $256.99, single variant. - Product images available but not reviewed. - No return policy, stock status, or certifications specified. ## Image assets - 5 images available: see URLs below - Images not analyzed for visual details. ## Agent notes - No product description provided; assume generic folding chair. - Material, weight capacity, and assembly not specified. - Dimensions likely refer to folded state.
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": "Low-Slung Folding Chair Foldable Design Outdoor Furniture Lightweight for Adults",
"quantity": 1,
"grams": 6500000,
"properties": {
"_length_cm": "73.0",
"_width_cm": "53.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").