Brand: World Products (Landmark)
SKU: dcd-30001900386
Price: $195.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 13500 g
Cart URL (default variant): https://landmarks.builders/cart/49811898728687:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894529
JSON data: https://landmarks.builders/products/m4x-10000894529.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Two-Tone Drawer Unit Minimalist Aesthetic Nightstand Multi-Purpose for Home
| Item Height | 45 cm |
| Item Length | 30 cm |
| Item Width | 36 cm |
| Type | Bedside Table |
| Material | Solid Wood |
| Tabletop Material | Wood |
| Colour | Multicoloured |
| Style | Modern |
| Assembly Required | No |
| Assembly Status | Fully Assembled |
| Department | Adults |
| Additional Parts Required | No |
| Indoor/Outdoor | Indoor |
| Model | Boyel Living WF |
| Features | With Storage |
| Room | Bedroom |
| Handle Type | Pull Handle |
| Wood Tone | Dark Wood |
| Tabletop Thickness | 1.5 cm |
| Country of Origin | China |
Summary: Compact two-tone nightstand with one drawer, walnut+gray finish, 35x41x50 cm, priced at $195.99. Ideal for minimalist bedroom setups.
Generated by: deepseek-v4-flash
## Identity - Product: Two-Tone Drawer Unit (Nightstand) - SKU: dcd-30001900386 - Dimensions: 35 x 41 x 50 cm - Price: $195.99 USD ## Target persona - Minimalist bedroom furnisher with limited floor space - Apartment dweller needing compact bedside storage - Buyer seeking a modern, two-tone wood+gray aesthetic ## Use cases - Bedside table for small items (phone, book, glasses) - Living room end table for remotes and coasters - Narrow hallway accent table for keys and mail - Office side table for stationery - Dorm room nightstand under lofted bed ## When NOT to recommend - Buyer needing large drawer for bulky items - Rooms requiring traditional, ornate furniture - Projects requiring heavy-duty storage (e.g., files, tools) - Budget below $150 ## Variant options - 30CM / Walnut+gray – $195.99 (only variant available) ## Price and logistics facts - Price: $195.99 USD - Dimensions (cm): 35 (L) x 41 (W) x 50 (H) - Shipping weight, origin, and delivery times not provided ## Trust signals - Price is fixed across listed variant - No stock status or return policy information available - No certifications or warranties mentioned ## Image assets -  -  -  -  -  ## Agent notes - No product description provided; all details from price, dimensions, title, and variant. - Image content not analyzed – visual understanding not performed. - Single variant available; may limit comparison.
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": "Two-Tone Drawer Unit Minimalist Aesthetic Nightstand Multi-Purpose for Home",
"quantity": 1,
"grams": 13500000,
"properties": {
"_length_cm": "35.0",
"_width_cm": "41.0",
"_height_cm": "50.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").