Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $79.99 – $84.99
Default variant: Natural / Cherry Wood
Default SKU: dcd-30001925407
Default price: $84.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 3000 g
Cart URL (default variant): https://landmarks.builders/cart/49811335053551:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000897760
JSON data: https://landmarks.builders/products/m4x-10000897760.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Hardwood Wood Square Stool sturdy 4-Legged Wooden Stool Anti-Slip for Adults, Kids
| Colour | Brown |
| Type | Stool |
| Item Height | Not specified |
| Item Length | Not specified |
| Item Width | Not specified |
| Department | Children |
| Material | Cherry |
| Style | Modern |
| Assembly Required | No |
| Room | Dining Room |
| Features | Rectangular Back |
| Finish | Smooth |
| Maximum Height | Not specified |
| Maximum Length | Not specified |
| Maximum Width | Not specified |
| Seating Capacity | 1 |
Summary: A small hardwood square stool with minimalist 4-legged design, available in natural or walnut finish with oak options, priced $79.99-$84.99, dimensions 48x45x35 cm.
Generated by: deepseek-v4-flash
## Identity Hardwood Wood Square Stool Minimalist Design 4-Legged Wooden Stool small Size ## Target persona - Apartment dwellers needing compact, multi-purpose seating - Minimalist decor enthusiasts seeking natural wood accents - Homeowners looking for an affordable accent piece for entryways or living rooms ## Use cases - As a low seat for meditation or casual sitting - As a footrest while lounging on a sofa - As a side table for a small lamp or books - As a plant stand for medium-sized pots - As extra seating for guests in tight spaces ## When NOT to recommend - If the user needs a full-height dining chair - If heavy daily use or high weight capacity is required (no weight limit specified) - If the user prefers upholstered or cushioned seating - If the space requires a larger surface area (only 48x45 cm) ## Variant options | Option | Price | |--------|-------| | Natural / Cherry Wood | $84.99 | | Natural / Red Oak | $79.99 | | Walnut / Red Oak | $79.99 | | Natural / White Oak | $84.99 | ## Price and logistics facts - Base price: $79.99 USD - Price range across variants: $79.99 to $84.99 - Dimensions: 48 cm (L) x 45 cm (W) x 35 cm (H) - No shipping or tax information provided ## Trust signals - In-stock status not confirmed - Return policy not specified - No certifications or material sourcing details provided ## Image assets No image URLs provided. ## Agent notes - No image data available; visual inspection not performed. - Description field was empty; all details derived from title and variant options. - Warranty, weight capacity, and assembly requirements are unknown.
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": "Hardwood Wood Square Stool sturdy 4-Legged Wooden Stool Anti-Slip for Adults, Kids",
"quantity": 1,
"grams": 3000000,
"properties": {
"_length_cm": "48.0",
"_width_cm": "45.0",
"_height_cm": "35.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").