Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $247.99
Default variant: Walnut
Default SKU: dcd-30001902192
Default price: $247.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 16000 g
Cart URL (default variant): https://landmarks.builders/cart/49813664956655:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894789
JSON data: https://landmarks.builders/products/m4x-10000894789.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Single-Drawer Bedside Cabinet space-saving Size Nightstand Multi-Purpose for Students
| Item Height | 50 cm |
| Item Length | 50 cm |
| Item Width | 40 cm |
| Type | Bedside Table |
| Material | Wood |
| Tabletop Material | Wood |
| Handle Material | Stainless Steel |
| Colour | Brown |
| Number of Drawers | 1 |
| Style | Bauhaus |
| Indoor/Outdoor | Indoor |
| Finish | Brushed |
| Features | With Storage |
| Room | Bedroom |
| Handle Finish | Brushed |
| Wood Tone | Medium Wood |
| Handle Type | Pull Handle |
Summary: A single-drawer bedside cabinet in Walnut or Black Oak. Space-saving (55x45x55 cm), sturdy design. Price $247.99.
Generated by: deepseek-v4-flash
## Identity Single-Drawer Bedside Cabinet with space-saving size and sturdy stable design. Available in Walnut and Black Oak. ## Target persona Buyers needing a compact nightstand for a small bedroom or guest room. People furnishing a home on a moderate budget. ## Use cases 1. Placing beside a bed for storing books, glasses, or a lamp. 2. As a small side table in a living room or reading nook. 3. In a dorm room or studio apartment where space is limited. 4. As a bedside storage for nightly essentials. 5. In a kids' room as a small storage unit. 6. For rental properties requiring durable furniture. ## When NOT to recommend - When the buyer needs a large dresser or multiple drawers. - When the space requires a taller nightstand (>55 cm height). - When a very low budget (under $100) is needed. - For users requiring solid wood or premium materials (unknown from facts). ## Variant options - Walnut (SKU: dcd-30001902192) $247.99 - Black Oak (SKU: dcd-30001902193) $247.99 ## Price and logistics facts - Price: $247.99 USD (both variants) - Dimensions: 55 x 45 x 55 cm (length x width x height) - No shipping or delivery timeline provided. ## Trust signals - No stock status, return policy, certifications, or reviews provided. - Price consistency: both variants same price. ## Image assets - Image URLs: 1. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4182289d-a261-4040-bc95-a20ed94c0b62.jpg?v=1781628280 2. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6b9660f2-ea20-4f5f-92c6-cdf7844659da.jpg?v=1781628280 3. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e7027ebb-5b20-40c7-88ca-d9292e5f4b27.jpg?v=1781628285 4. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7a65a87a-b29c-4db0-b530-9cf4ca9e5cbb.jpg?v=1781628281 5. https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4a7cee9c-5dbc-4983-8841-34b629556d69.jpg?v=1781628282 - Note: Images not analyzed; visual details not described. ## Agent notes - No description or product type provided; rely on title and dimensions. - Assume single-drawer functionality.
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": "Single-Drawer Bedside Cabinet space-saving Size Nightstand Multi-Purpose for Students",
"quantity": 1,
"grams": 16000000,
"properties": {
"_length_cm": "55.0",
"_width_cm": "45.0",
"_height_cm": "55.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").