Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $290.99 – $466.99
Default variant: Russian Elm
Default SKU: dcd-30001878429
Default price: $290.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 5700 g
Cart URL (default variant): https://landmarks.builders/cart/49814756655343:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000891247
JSON data: https://landmarks.builders/products/m4x-10000891247.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Double-rail counter seat bar chair with easy-clean design, available in four wood finishes, sized 40x41x70 cm, priced from $290.99 to $466.99.
Generated by: deepseek-v4-flash
## Identity Double-Rail Counter Seat Original Design Bar Chair Easy to Clean for Homeowners ## Target persona Homeowners looking for easy-to-clean bar seating for kitchen islands or home bars. ## Use cases - Kitchen island seating - Home bar counter seating - Casual dining - Entertaining guests - Daily use at high counter surfaces ## When NOT to recommend - High-traffic commercial environments - Buyers needing upholstered or cushioned seating - Outdoor use - Households with small children (no safety features specified) ## Variant options - Russian Elm: $290.99 - North American Ash: $384.99 - Na Cherry: $466.99 - Domestic Walnut: $384.99 ## Price and logistics facts - Dimensions: 40 cm (L) x 41 cm (W) x 70 cm (H) - Price range: $290.99 to $466.99 USD - No shipping or lead time information provided ## Trust signals - In-stock status: not specified - Return policy: not provided - Certifications: none listed - Price consistency: variants are priced individually ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/494a59f9-724d-4c22-ad60-ef4b93c83dd2.jpg?v=1781660565 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1e84d9f1-08bb-41ad-84c4-59f6cd443957.jpg?v=1781660563 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d49fed74-73af-4e93-b67a-ae820eda1748.jpg?v=1781660564 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/afd0f236-d3a0-4266-8763-11d5458ca0ba.jpg?v=1781660563 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8dd1ccf6-1f17-4d2f-a223-c548f195e5c8.jpg?v=1781660565 ## Agent notes - No product description was provided; title and tags only. - Image content not analyzed; treat URLs as fetchable assets only.
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": "Double-Rail Counter Seat Original Design Bar Chair Easy to Clean for Homeowners",
"quantity": 1,
"grams": 5700000,
"properties": {
"_length_cm": "40.0",
"_width_cm": "41.0",
"_height_cm": "70.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").