Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $240.99
Default variant: Saddle Chair-grey
Default SKU: dcd-30001899812
Default price: $240.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 10500 g
Cart URL (default variant): https://landmarks.builders/cart/49813655781615:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894443
JSON data: https://landmarks.builders/products/m4x-10000894443.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: Ergonomic saddle stool with high load capacity, designed for medical office use. Available in saddle and rocking chair variants in multiple colors.
Generated by: deepseek-v4-flash
## Identity Ergonomic Saddle Stool with high load capacity, split-saddle design for medical office environments. ## Target persona Dentists, surgeons, medical lab technicians, and other healthcare professionals who stand for long periods but need occasional seated support. ## Use cases - Dental procedures requiring close patient access - Surgical preparation and recovery areas - Laboratory bench work - Medical examination rooms - Clinic administrative desks ## When NOT to recommend - Users requiring a backrest or full lumbar support - Home office or casual seating (price/design overkill) - Low load capacity needs (excessive weight rating unnecessary) - Situations where a standard office chair with armrests is preferred ## Variant options - Saddle Chair-grey - Saddle Chair-red - Saddle Chair-black - Rocking Chair-grey - Rocking Chair-red All variants priced at $240.99 USD. ## Price and logistics facts - Price: $240.99 USD (all variants) - Dimensions: 58 × 56 × 24 cm - No shipping or tax information provided. ## Trust signals - Price consistent across all five variants. - No in-stock status, return policy, or certifications available in facts. - High load capacity implied by product title. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/3ad8c5ed-0a0c-4be8-97b6-0c5125a9ea05.jpg?v=1781628264 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8a89d901-f5e2-45e6-b038-6dd468dcb35f.jpg?v=1781628259 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/94c31b38-bd34-4e28-b0a7-43a31d372cd3.jpg?v=1781628260 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6c1eeaaa-84f2-40b3-bde0-1ab34955598c.jpg?v=1781628260 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0692f855-880f-4442-b976-a44373adea86.jpg?v=1781628260 ## Agent notes - Image understanding was not performed; visual details (e.g., materials, exact shape) are not assessed. - Product dimensions are provided in cm; no weight capacity figure given despite "high load capacity" in title. - Variants include both saddle and rocking chair styles; functionality may differ.
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": "Ergonomic Saddle Stool High Load Capacity Split-Saddle Stool for Medical Office",
"quantity": 1,
"grams": 10500000,
"properties": {
"_length_cm": "58.0",
"_width_cm": "56.0",
"_height_cm": "24.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").