Brand: World Products (Landmark)
SKU: dcd-30001904784
Price: $43.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 5500 g
Cart URL (default variant): https://landmarks.builders/cart/49810742149359:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000895150
JSON data: https://landmarks.builders/products/m4x-10000895150.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Loveseat and Armchair Combo sectional Combination Loveseat Modern Design for Lobby
| Type | Sofa |
| Upholstery Fabric | Other Fabric |
| Colour | Orange |
| Item Length | 100 cm |
| Item Width | 80 cm |
| Item Height | 40 cm |
| Fill Material | Foam |
| Frame Material | Solid Wood |
| Model | HomeStretch 194-30-14 |
| Style | Contemporary/Modern |
| Room | Living Room |
| Assembly Required | No |
| Manufacturer Warranty | 5 Years |
| Features | With Cushions |
| Product Line | AllModern Geo |
Summary: A round stool with soft upholstery, dimensions 40x40x45 cm, priced at $43.99 USD.
Generated by: deepseek-v4-flash
## Identity Round Stool with soft upholstery, dimensions 40x40x45 cm. Brand/model not specified. ## Target persona Budget-conscious shoppers seeking compact seating for small spaces or waiting areas. ## Use cases - Extra seating in a living room or small apartment - Accent stool in a reading nook - Temporary seating in a reception or waiting area - Lightweight, movable seat for children's rooms - Occasional use in a dorm room ## When NOT to recommend - For primary daily seating (low durability, small size) - For users over 200 lbs (no weight capacity given) - Outdoor use (upholstery not weather-resistant) - As a dining chair (height mismatch likely) ## Variant options Only the Round Stool variant is available (SKU: dcd-30001904784). ## Price and logistics facts - Price: $43.99 USD - Dimensions: 40 x 40 x 45 cm (length x width x height) - No shipping or stock information provided. ## Trust signals - No warranty, return policy, or stock status data available. - Price is low and may indicate budget materials. ## Image assets No image URLs provided. ## Agent notes - No image URLs; visual quality check not performed. - Title says "Loveseat and Armchair Combo" but dimensions and variant indicate a small stool; likely a data entry error. - Only one variant listed; no other options.
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": "Loveseat and Armchair Combo sectional Combination Loveseat Modern Design for Lobby",
"quantity": 1,
"grams": 5500000,
"properties": {
"_length_cm": "40.0",
"_width_cm": "40.0",
"_height_cm": "45.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").