Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $454.99
Default variant: Light Gray
Default SKU: dcd-30001855305
Default price: $454.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 22000 g
Cart URL (default variant): https://landmarks.builders/cart/49814915088623:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000887631
JSON data: https://landmarks.builders/products/m4x-10000887631.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: A banana-shaped sofa chair with sherpa fleece upholstery, chaise lounge style, available in three colors, priced at $454.99.
Generated by: deepseek-v4-flash
## Identity Banana-Shaped Sofa Chair with Sherpa Fleece Upholstery, chaise lounge design. Dimensions: 83 cm (L) x 92 cm (W) x 87 cm (H). ## Target persona Young adults (e.g., college students, early career professionals) seeking comfortable, space-efficient seating for small apartments or dorms. ## Use cases - Cozy reading or media-watching nook in a bedroom or living room - Occasional napping or lounging spot - Gaming chair alternative for comfort during long sessions - Extra seating in a compact living space - Accent seating in a student apartment or starter home - Relaxation area in a home office ## When NOT to recommend - Formal living rooms requiring traditional or elegant furniture - High-traffic areas where durability is critical (sherpa fleece may mat) - Spaces with limited floor clearance (width 92 cm requires open area) - For users preferring firm support or upright seating ## Variant options Color options: Light Gray ($454.99), Light Pink ($454.99), Black White Plaid ($454.99). All same dimensions and price. ## Price and logistics facts Price: $454.99 (all variants). Dimensions: 83 cm (L) x 92 cm (W) x 87 cm (H). Weight and shipping cost not provided. ## Trust signals - Price is consistent across color variants. - No stock status or return policy information available. - No certifications listed. ## Image assets No product images provided in the fact set. ## Agent notes Product description field is empty. Image URLs array is empty. No visual details can be inferred.
This product has 10 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": "Banana-Shaped Sofa Chair Sherpa Fleece Upholstery Upholstered Chaise Lounge snug Comfortable Soft padding for Young Adults",
"quantity": 1,
"grams": 22000000,
"properties": {
"_length_cm": "83.0",
"_width_cm": "92.0",
"_height_cm": "87.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").