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.
Elegant Design: This single-seater accent chair features a light luxury aesthetic with a sturdy solid wood frame and legs, adding a sophisticated and modern accent to any room.
Ergonomic Comfort: Thoughtfully designed to conform to the body's natural curves, the high backrest and cushioned seat provide excellent support, making it perfect for extended periods of relaxation or reading.
Premium Materials: Upholstered in high-quality, textured microfiber leather that is both long-lasting and has a premium feel, and filled with high-density rebound foam that resists sagging to ensure long-lasting comfort and shape retention.
Space-Saving Footprint: With its compact and elegant profile, this armchair is an ideal seating solution for smaller compact areas such as apartments, balconies, bedrooms, or cozy reading nooks without compromising on aesthetic or comfort.
Versatile Placement: Effortlessly create a personal sanctuary for unwinding after a long day; this versatile chair serves as a stylish focal point in your living room, a comfortable reading chair in your study, or a chic addition to your bedroom.
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 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "Wooden Frame Highlight Chair Single-Seater Armchair Light Luxury Decorative themeSaving for Homeowners, Adults, Balcony, Bedroom",
"product_id": 9431445307631,
"variant_id": 49814731194607,
"quantity": 1,
"grams": 20000,
"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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").