Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $275.99
Default variant: Coffee
Default SKU: dcd-30001864913
Default price: $275.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 20000 g
Cart URL (default variant): https://landmarks.builders/cart/49814731194607:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000889231
JSON data: https://landmarks.builders/products/m4x-10000889231.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.




















Summary: Single-seater wooden frame accent chair with ergonomic design. Space-saving, suitable for apartments, living rooms, bedrooms, balconies, reading nooks. Available in Coffee, Dark Brown, Gold, Khaki, Champagne at $275.99.
Generated by: deepseek-v4-flash
## Identity
Single-Seater Wooden Frame Accent Chair with ergonomic design, space-saving, aesthetic armchair.
## Target persona
Apartment dwellers, homeowners, readers, small space decorators, balcony users.
## Use cases
- Reading in a corner or reading nook
- Providing extra seating in a small living room
- Seating on a balcony or patio (sheltered)
- Accent chair in a bedroom
- Occasional seating for guests
## When NOT to recommend
- For households needing seating for multiple people on one chair (e.g., no capacity for >1 person)
- For heavy daily use (weight capacity not specified; likely moderate)
- For outdoor uncovered use (wood frame may not be weather-resistant)
- For those requiring reclining, rocking, or swivel functionality
## Variant options
- Coffee (SKU: dcd-30001864913) - $275.99
- Dark Brown (SKU: dcd-30001864914) - $275.99
- Gold (SKU: dcd-30001864915) - $275.99
- Khaki (SKU: dcd-30001864916) - $275.99
- Champagne (SKU: dcd-30001864917) - $275.99
## Price and logistics facts
- Price: $275.99 USD (all variants)
- Dimensions: 95 cm (L) x 90 cm (W) x 105 cm (H)
- No shipping or fulfillment info provided
## Trust signals
- In-stock status: Not provided
- Return policy: Not provided
- Price consistency: Identical price across all variants
- Certifications: None mentioned
## Image assets
No image URLs provided. Visual assessment not possible.
## Agent notes
- Description contains placeholder text ('添加影藏字符'), not useful.
- Material specifics (e.g., wood type, upholstery) not stated.
- Weight capacity and assembly details missing.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": "Single-Seater Wooden Frame Accent Chair Light Luxury Aesthetic Armchair Space-Saving Seating Furniture Ergonomic Design for Apartment Dwellers, Homeowners, Readers, Balcony, Living Room, Bedroom, Reading Nook",
"quantity": 1,
"grams": 20000000,
"properties": {
"_length_cm": "95.0",
"_width_cm": "90.0",
"_height_cm": "105.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").