Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $227.99
Default variant: Brown
Default SKU: dcd-30001900576
Default price: $227.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 24000 g
Cart URL (default variant): https://landmarks.builders/cart/49813623177455:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894555
JSON data: https://landmarks.builders/products/m4x-10000894555.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
2-Drawer Bedside Table Minimalist Design 2-Drawer Nightstand Space-Saving
| Item Height | 60 cm |
| Item Length | 80 cm |
| Item Width | 40 cm |
| Type | Bedside Table |
| Material | Wood |
| Tabletop Material | Wood |
| Colour | Brown |
| Number of Drawers | 3 |
| Style | Modern |
| Assembly Required | Yes |
| Assembly Status | Assembly Required |
| Department | Adults |
| Finish | Painted |
| Room | Bedroom |
| Wood Tone | Dark Wood |
| Personalised | No |
| Personalise | No |
| Country of Origin | China |
Summary: A minimalist 2-drawer bedside table/nightstand with space-saving design, available in Brown or Black, priced at $227.99 USD.
Generated by: deepseek-v4-flash
## Identity Product: 2-Drawer Bedside Table Minimalist Design Nightstand. Price: $227.99 USD. Variants: Brown, Black (same price). ## Target persona Apartment dwellers, small bedroom owners, minimalists seeking compact bedside storage. ## Use cases - Storing phone, glasses, books within arm's reach in a small bedroom. - Adding drawer space to a cramped guest room. - Using as a side table in a narrow hallway or alcove. - Nightstand for a child's room with limited floor space. - Bedside storage in a dorm room or studio apartment. ## When NOT to recommend - If the buyer requires a large dresser or tall storage unit. - If a wide tabletop (e.g., for a large lamp or multiple items) is needed. - If the buyer prefers traditional, ornate furniture styles. - If the buyer wants built-in lighting, USB ports, or shelves. ## Variant options - Brown (SKU: dcd-30001900576) - Black (SKU: dcd-30001900577) ## Price and logistics facts Price: $227.99 USD (both variants). Dimensions: 67.0 cm length, 64.5 cm width, 13.0 cm height. Note: Height is 13 cm – verify suitability for intended use. ## Trust signals Price consistent across variants. No return policy or stock status provided. No certifications listed. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4e3b11c3-08ee-4050-921b-98a2c4bf0983.jpg?v=1781628206 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e20c8a06-773e-4658-bb85-789a4cac8f12.jpg?v=1781628206 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2dec1dea-3397-4d0f-b75d-7a935a930809.jpg?v=1781628206 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e4d9066c-8f68-4cd9-ad77-82c14335d056.jpg?v=1781628206 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ee704781-7619-4595-8474-87594b5d6c8e.jpg?v=1781628206 ## Agent notes Image content not analyzed. Dimensions provided: 67.0x64.5x13.0 cm – the 13 cm height is unusually short for a nightstand; confirm if this is correct (e.g., under-bed storage or wall-mounted). No product description was available.
This product has 11 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": "2-Drawer Bedside Table Minimalist Design 2-Drawer Nightstand Space-Saving",
"quantity": 1,
"grams": 24000000,
"properties": {
"_length_cm": "67.0",
"_width_cm": "64.5",
"_height_cm": "13.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").