Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $194.99
Default variant: White
Default SKU: dcd-30001893858
Default price: $194.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 5000 g
Cart URL (default variant): https://landmarks.builders/cart/49811896336623:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000893567
JSON data: https://landmarks.builders/products/m4x-10000893567.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
factory-and and design Backless Counter Stool Vintage visual bar Chair No Assembly Required
| Type | Adjustable Drum Throne |
| Features | Comfortable |
| Material | Steel |
| Model | AN23-125 |
| Item Weight | 5kg |
| Item Length | 33cm |
| Item Width | 44cm |
Summary: Full-metal backless counter stool available in 5 colors for indoor use, priced at $194.99.
Generated by: deepseek-v4-flash
## Identity factory-and and design Backless Counter Stool full-metal Construction Indoor Seating for Cafe ## Target persona Cafe owner outfitting a counter; restaurant manager seeking durable seating; homeowner with a kitchen island; contractor for commercial fit-out. ## Use cases Seating at a kitchen island; bar counter in a cafe; breakfast bar in a diner; commercial seating in a waiting area; industrial-style kitchen seating. ## When NOT to recommend Outdoor patios (indoor only); residential living room seating (no back, metal may be cold); ergonomic workstation seating (no back support); high-traffic areas with risk of tipping. ## Variant options - White ($194.99) - Red ($194.99) - Galvanized ($194.99) - Varnish ($194.99) - Brown ($194.99) ## Price and logistics facts Price: $194.99 USD; dimensions: 50 x 50 x 75 cm (length x width x height). Weight and shipping details not provided. ## Trust signals No stock status, return policy, or certifications data available. ## Image assets      ## Agent notes No product description or weight provided. Image content was not analyzed; visual details not inferred.
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": "factory-and and design Backless Counter Stool Vintage visual bar Chair No Assembly Required",
"quantity": 1,
"grams": 5000000,
"properties": {
"_length_cm": "50.0",
"_width_cm": "50.0",
"_height_cm": "75.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").