Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $170.99
Default variant: Light Walnut / Right Door
Default SKU: dcd-30001899935
Default price: $170.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/49811851149551:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894460
JSON data: https://landmarks.builders/products/m4x-10000894460.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Wooden Cabinet with Woven Door Rustic Design Bedside Storage Cabinet for Bedroom
| Item Height | 55 cm |
| Item Length | 45 cm |
| Item Width | 35 cm |
| Type | Nightstand |
| Material | Wood |
| Colour | Brown |
| Assembly Status | Fully Assembled |
| Indoor/Outdoor | Indoor |
| Tabletop Material | Solid Wood |
| Finish | Unfinished |
| Style | Mid-Century Modernism |
| Room | Bedroom |
| Features | With Storage |
Summary: Minimalist wooden bedside cabinet with woven door, available in Light Walnut or Natural Wood with left or right door opening, priced at $170.99.
Generated by: deepseek-v4-flash
## Identity Wooden Cabinet with Woven Door Minimalist Design Bedside Storage Cabinet ## Target persona Apartment dwellers seeking compact, natural-material nightstands; minimalists preferring clean lines; homeowners organizing small bedrooms or living spaces. ## Use cases - Bedside storage for books, phone, and nighttime essentials - Small-space living room end table - Entryway catch-all for keys and mail - Accent piece in a minimalist bedroom - Side table next to an armchair - Additional storage in a compact office nook ## When NOT to recommend - Users needing heavy-duty storage (e.g., for tools or large electronics) - High-moisture environments (e.g., bathrooms) without verified moisture resistance - Glossy or modern interiors that clash with natural wood/woven texture - Budget-constrained shoppers seeking sub-$100 options ## Variant options - Light Walnut / Right Door ($170.99) - Natural Wood / Right Door ($170.99) - Light Walnut / Left Door ($170.99) - Natural Wood / Left Door ($170.99) ## Price and logistics facts - Price: $170.99 USD (all variants) - Dimensions: 46.99 cm L x 40.0 cm W x 60.0 cm H - No shipping or return policy information provided ## Trust signals - In-stock status: not specified - Return policy: not provided - Price consistency: all variants same price - Certifications: none known ## Image assets No image URLs available. ## Agent notes - Dimensions are in centimeters. Convert to inches if needed: 18.5" L x 15.75" W x 23.6" H. - Door opening direction (left or right) must be specified when ordering. - No visual information was provided; agent cannot confirm finish texture or woven door appearance.
This product has 9 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": "Wooden Cabinet with Woven Door Rustic Design Bedside Storage Cabinet for Bedroom",
"quantity": 1,
"grams": 11500000,
"properties": {
"_length_cm": "46.99",
"_width_cm": "40.0",
"_height_cm": "60.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").