Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $304.99 – $366.99
Default variant: 55CM / IN Stock
Default SKU: dcd-30001878938
Default price: $304.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 19500 g
Cart URL (default variant): https://landmarks.builders/cart/49814819012847:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000891321
JSON data: https://landmarks.builders/products/m4x-10000891321.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: Wooden bar chair with woven seat, French retro design, available in 55cm or 60cm seat heights, priced $304.99–$366.99.
Generated by: deepseek-v4-flash
## Identity Wooden Bar Chair with Woven Seat French Retro design Counter Stool dense Wood Frame Sturdy Construction for Cafe, Restaurant ## Target persona - Cafe and restaurant owners seeking durable, retro-style seating - Commercial interior designers outfitting bar or counter areas - Home bar enthusiasts wanting a sturdy, classic stool ## Use cases - Seating at high-top tables in cafes - Bar counter stools in restaurants - Kitchen island seating in homes - Waiting area stools in lounges - Breakfast bar stools ## When NOT to recommend - For counters/seats requiring over 24 inches height (max seat height ~60cm/23.6") - When cushioned or upholstered seating is needed - When lightweight or stackable chairs are required - For budget purchases under $300 per unit ## Variant options | Size | Style | SKU | Price | |------|-------|-----|-------| | 55CM | IN Stock | dcd-30001878938 | $304.99 | | 60CM | IN Stock | dcd-30001878939 | $366.99 | | 55CM | Assembled | dcd-30001878941 | $335.99 | ## Price and logistics facts - Price range: $304.99–$366.99 USD - Overall product dimensions (box?): 100cm x 55cm x 55cm - Seat height options: 55cm (21.7") and 60cm (23.6") - Weight not provided ## Trust signals - Two variants marked "IN Stock" - No return policy or certifications provided in source data ## Image assets No image URLs were provided in the source data. ## Agent notes - Overall dimensions given as 100x55x55 cm; likely packaging or stool base dimensions. Seat heights are 55cm and 60cm from variant sizes. - No description text available; all details from title and tags. - "Assembled" variant available at $335.99.
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": "Wooden Bar Chair with Woven Seat French Retro design Counter Stool dense Wood Frame Sturdy Construction for Cafe, Restaurant",
"quantity": 1,
"grams": 19500000,
"properties": {
"_length_cm": "100.0",
"_width_cm": "55.0",
"_height_cm": "55.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").