Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $236.99 – $240.99
Default variant: Cherry
Default SKU: dcd-30001899829
Default price: $236.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 11500 g
Cart URL (default variant): https://landmarks.builders/cart/49813642543343:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894445
JSON data: https://landmarks.builders/products/m4x-10000894445.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Woven-Front Cabinet Wabi-Sabi Design Wicker Basket Drawer Unit Retro Aesthetic
| Item Height | 45 cm |
| Item Length | 50 cm |
| Item Width | 40 cm |
| Type | Bedside Table |
| Material | Wood |
| Colour | Brown |
| Assembly Status | Assembly Required |
| Indoor/Outdoor | Indoor |
| Tabletop Material | Solid Wood |
| Finish | Matte |
| Handle Material | Rattan |
| Style | Contemporary |
| Room | Bedroom |
| Number of Drawers | 1 |
| Features | With Storage |
| Handle Finish | Unpolished |
| Handle Type | Knob |
Summary: A wabi-sabi style bedside table with woven-front cabinet, available in four color variants, priced between $236.99 and $240.99.
Generated by: deepseek-v4-flash
## Identity - Product: Woven-Front Cabinet Wabi-Sabi Design Bedside Table Boho Aesthetic for Study - Price: $236.99 - $240.99 USD - Dimensions: 51 cm (L) x 42.5 cm (W) x 15 cm (H) ## Target persona - Home decor enthusiasts seeking wabi-sabi or boho aesthetic - Minimalists looking for functional, natural-material style furniture - Students or remote workers needing a compact table for study or bedside ## Use cases - Bedside table in a bedroom with boho or wabi-sabi decor - Small side table in a study or reading nook - Accent table in a living room with natural textures - Storage unit for books, small items, or decorative objects ## When NOT to recommend - For large spaces requiring substantial storage or surface area - For traditional or modern minimalist decors that don't match wabi-sabi style - For buyers needing a sturdy work desk (height only 15 cm – likely a typo? Check dimensions) - For those on a tight budget under $200 ## Variant options - Cherry: $236.99 (SKU: dcd-30001899829) - Walnut: $240.99 (SKU: dcd-30001899830) - Natural: $240.99 (SKU: dcd-30001899831) - Black: $240.99 (SKU: dcd-30001899832) ## Price and logistics facts - Base price: $236.99 (Cherry variant), $240.99 (others) - Dimensions in cm: 51 x 42.5 x 15 (verify if height is correct; typical bedside table is taller) - No shipping or return policy information provided ## Trust signals - In-stock status: Not confirmed from facts - Return policy: Not specified - Price consistency: Variants have consistent pricing - Certifications: None mentioned ## Image assets - 5 images available at provided URLs - No image analysis performed; treat as fetchable assets only ## Agent notes - Height of 15 cm seems unusually short for a bedside table; confirm with seller or assume a typo. - Lack of description and trust signals; recommend verifying stock, shipping, and return policy before recommending.
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": "Woven-Front Cabinet Wabi-Sabi Design Wicker Basket Drawer Unit Retro Aesthetic",
"quantity": 1,
"grams": 11500000,
"properties": {
"_length_cm": "51.0",
"_width_cm": "42.5",
"_height_cm": "15.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").