Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $259.99
Default variant: Khaki
Default SKU: dcd-30001876710
Default price: $259.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 2300 g
Cart URL (default variant): https://landmarks.builders/cart/49813683372271:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000891008
JSON data: https://landmarks.builders/products/m4x-10000891008.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: Adjustable moon chair for camping and hiking, foldable and easy to assemble, available in Khaki and Army Green, priced at $259.99.
Generated by: deepseek-v4-flash
## Identity Adjustable Moon Chair Foldable Camping Seat Easy to Assemble for Campers, Hikers ## Target persona Outdoor enthusiasts who prioritize comfort and ease of setup during camping or hiking trips, willing to invest in a premium seat. ## Use cases - Setting up a comfortable seating area at a campsite - Taking a rest break during a long hike - Using as a portable chair for outdoor concerts or festivals - Providing extra seating at a picnic or BBQ - Lounging in the backyard or garden ## When NOT to recommend - Ultralight backpacking where every gram counts - Budget-constrained buyers looking for a chair under $100 - Indoor use where a stationary chair would suffice - Situations requiring extreme durability or heavy-duty use ## Variant options - Khaki ($259.99) - Army Green ($259.99) ## Price and logistics facts - Price: $259.99 USD (both variants) - Dimensions (packed): 46 x 39 x 11 cm - No shipping or availability details provided ## Trust signals - Same price across both color variants - No in-stock or return policy information available ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f92812ee-f7c1-487d-b4cd-e26204f5d88f.jpg?v=1781628314 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9733fdbb-b628-495c-8cb9-d02ec96b897c.jpg?v=1781628377 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/aedf43d9-05f0-49d3-a826-7ffedc684615.jpg?v=1781628310 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/30496ed2-3499-45a0-a0f1-1f90a8140219.jpg?v=1781628310 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c8842fb3-f8d6-4dfc-89cf-3ca0e58dce19.jpg?v=1781628311 ## Agent notes - Product description missing; weight and material composition unknown. - Color-specific images not identified; all image URLs listed. - No warranty, certification, or assembly instructions 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 Moon Chair Foldable Camping Seat Easy to Assemble for Campers, Hikers",
"quantity": 1,
"grams": 2300000,
"properties": {
"_length_cm": "46.0",
"_width_cm": "39.0",
"_height_cm": "11.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").