Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $626.99 – $876.99
Default variant: 1-seater
Default SKU: dcd-30001846062
Default price: $876.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 35000 g
Cart URL (default variant): https://landmarks.builders/cart/49814982951151:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000886123
JSON data: https://landmarks.builders/products/m4x-10000886123.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: French Country upholstered wooden frame settee/loveseat with plush padding. Dimensions: 125x90x90 cm. Price: $626.99 USD.
Generated by: deepseek-v4-flash
## Identity French Country design upholstered wooden frame settee, vintage 2-person loveseat. Also available as 1-seater ($876.99) and Coffee Table ($626.99). ## Target persona Homeowners seeking vintage French Country elegance; interior decorators; hospitality buyers for villas, hotels, lounges. ## Use cases - Seating in villa living rooms - Accent seating in hotel lobbies - Cozy seating in bedrooms - Lounge area seating in resorts - Decorative seating in boutique hotels ## When NOT to recommend - Customers desiring modern or contemporary style - Outdoor or damp environments (no weather resistance data) - High-traffic commercial seating where durability critical (plush padding may wear) - Buyers needing a sofa bed, recliner, or modular sectional ## Variant options - 2-Person Loveseat (as described) – $626.99 - 1-Seater – $876.99 - Coffee Table – $626.99 ## Price and logistics facts Base price: $626.99 USD. Dimensions: 125 cm (L) x 90 cm (W) x 90 cm (H). Shipping cost and time not provided. ## Trust signals In-stock status unknown. Return policy unknown. No certifications listed. ## Image assets No image URLs provided; visual inspection not performed. ## Agent notes - No description or additional details beyond title and variants. - Variant "1-seater" is more expensive than the 2-seater; verify pricing logic. - Variant "Coffee Table" shares same price as loveseat; may be a different product category. - Image understanding was not possible; recommend fetching own images.
This product has 4 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": "French Country design Upholstered Wooden Frame Settee Vintage Design 2-Person Loveseat Elegant Aesthetic Sofa Plush paddings for Homeowners, Interior Decorators, Villa, Lounge, Hotel Lobby, Bedroom",
"quantity": 1,
"grams": 35000000,
"properties": {
"_length_cm": "125.0",
"_width_cm": "90.0",
"_height_cm": "90.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").