Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $40.99 – $80.99
Default variant: Beige / 40x20cm
Default SKU: dcd-30001965119
Default price: $40.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 3850 g
Cart URL (default variant): https://landmarks.builders/cart/49810422104303:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000902801
JSON data: https://landmarks.builders/products/m4x-10000902801.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Round Woven Top Stool Multi-Functional Low Backless Seat multipurpose for Adults
| Item Height | 20 cm |
| Item Length | 40 cm |
| Item Width | 40 cm |
| Type | Ottoman |
| Colour | Beige |
| Material | Wood |
| Upholstery Fabric | Polyester |
| Style | Modern |
| Department | Adults |
| Additional Parts Required | No |
| Assembly Status | Fully Assembled |
| Shape | Round |
| Room | Living Room |
| Features | Storage Compartment |
| Maximum Height | 45 cm |
| Minimum Height | 20 cm |
| Required Tools | No Tools Required |
| Maximum Weight Capacity | 225 kg |
Summary: Round woven top stool with antique design, wood frame, available in beige in multiple sizes, priced from $40.99 to $80.99.
Generated by: deepseek-v4-flash
## Identity Round woven top stool with antique design, small bench, sturdy wood frame, suitable for living room. ## Target persona Budget-conscious home decorators; small apartment residents; vintage-style enthusiasts; buyers seeking accent seating under $100. ## Use cases - Extra seating for guests in living room or entryway - Footrest while sitting on sofa or armchair - Decorative accent piece in corner or near fireplace - Small side table for drinks or display items - Plant stand for indoor plants - Stool for low seating areas (e.g., floor seating) ## When NOT to recommend - When primary seating is needed for prolonged periods (not designed for heavy daily use) - For outdoor or damp environments (wood frame may be damaged) - For modern/minimalist decor schemes (antique design may clash) - For users requiring a larger seating surface (21-42 cm diameter) ## Variant options - Beige / 40x20cm – $40.99 - Beige / 40x30cm – $57.99 - Beige / 40x40cm – $61.99 - Beige / 30x30cm – $45.99 - Beige / 40x42cm – $80.99 ## Price and logistics facts - Base price: $40.99 - Price range: $40.99 – $80.99 - Dimensions (approximate overall): 43 x 43 x 45 cm (may vary by variant) - Currency: USD - No shipping or tax details provided. ## Trust signals - In-stock status: not specified - Return policy: not specified - Price consistency: multiple variants at different price points - Certifications: none mentioned ## Image assets No images available. ## Agent notes - No product description was provided; details are inferred from title and variant info. - Variant sizes are listed as e.g., 40x20cm – likely diameter and height; verify with seller. - Image assets were not supplied; visual assessment not performed.
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": "Round Woven Top Stool Multi-Functional Low Backless Seat multipurpose for Adults",
"quantity": 1,
"grams": 3850000,
"properties": {
"_length_cm": "43.0",
"_width_cm": "43.0",
"_height_cm": "45.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").