Brand: World Products (Landmark)
This product has 9 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $257.99
Default variant: Style 1
Default SKU: dcd-30001890755
Default price: $257.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 14500 g
Cart URL (default variant): https://landmarks.builders/cart/49813678325999:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000893153
JSON data: https://landmarks.builders/products/m4x-10000893153.json
This product comes in 9 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Single-Door Bedside Cabinet Minimalist Design Nightstand Natural Wood Look
| Item Height | 30 in |
| Item Length | 30 in |
| Item Width | 30 in |
| Type | Bedside Table |
| Material | Wood |
| Assembly Status | Fully Assembled |
| Tabletop Material | Solid Wood |
| Finish | Unfinished |
| Style | Wabi-sabi |
| Room | Bedroom |
| Number of Drawers | 1 |
| Features | With Storage |
| Country of Origin | China |
| Personalised | No |
Summary: Single-door bedside cabinet with minimalist design and natural wood look. Compact 56x50x56 cm. Available in 9 style variants at $257.99.
Generated by: deepseek-v4-flash
## Identity Single-Door Bedside Cabinet Minimalist Design Nightstand Natural Wood Look. Dimensions: 56 x 50 x 56 cm. ## Target persona Shoppers seeking a compact, minimalist nightstand with natural wood aesthetic for small spaces. ## Use cases - Bedside storage for phone, book, and glasses. - Accent side table in a small living room. - Entryway catch-all for keys and mail. - Extra surface in a home office. - Library reading stand. ## When NOT to recommend - Customer needs large drawer capacity or extensive storage. - Buyer prefers high-gloss, lacquered, or modern color finishes. - Space requires a taller or wider cabinet. - Customer expects solid wood (finish may be wood look, material unknown). ## Variant options 9 style variants (Style 1, 2, 4, 5, 6, 7, 8, 9, 11) all at $257.99. Each variant differs in design details. ## Price and logistics facts Price: $257.99 USD. Dimensions: 56 cm L x 50 cm W x 56 cm H. No shipping or tax information provided. ## Trust signals In-stock status not provided. Return policy not specified. No certifications or price consistency data available. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ee918084-db68-43c5-825e-dfea27cffb29.jpg?v=1781628305 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c4eaa417-4cf6-4bff-91b3-dc2947becb2c.jpg?v=1781628369 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b8cd12ec-832c-42f5-8924-04ecaf26bb5c.jpg?v=1781628305 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c3fd582e-789b-4d42-9866-7ab0a4cabe36.jpg?v=1781628305 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d6c6f9cb-1237-418b-bded-dcc524f459c9.jpg?v=1781628305 ## Agent notes Image understanding was not performed; visual details not verified. Product description and material composition are missing.
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-Door Bedside Cabinet Minimalist Design Nightstand Natural Wood Look",
"quantity": 1,
"grams": 14500000,
"properties": {
"_length_cm": "56.0",
"_width_cm": "50.0",
"_height_cm": "56.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").