Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $239.99
Default variant: Natural
Default SKU: dcd-30001899891
Default price: $239.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 13000 g
Cart URL (default variant): https://landmarks.builders/cart/49813649391855:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894454
JSON data: https://landmarks.builders/products/m4x-10000894454.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Nightstand with rattan design, single drawer and woven shelf, available in Natural and Walnut, priced at $239.99.
Generated by: deepseek-v4-flash
## Identity Single-drawer nightstand with rattan design and woven shelf, dimensions 65x45x60 cm. ## Target persona Shoppers seeking bohemian or natural-style bedroom furniture; apartment dwellers needing compact storage with aesthetic appeal; buyers preferring neutral wood tones. ## Use cases - Bedside storage for phone, books, and glasses - Living room side table with decorative shelf - Entryway organizer for keys and mail - Small-space accent piece in a reading nook - Guest room nightstand ## When NOT to recommend - Those requiring large drawer capacity or heavy-duty storage - Buyers preferring modern, minimalist, or industrial styles - If a taller nightstand is needed (height 60 cm) - Persons seeking a nightstand with multiple drawers or open shelves only ## Variant options - **Natural** (SKU: dcd-30001899891) – $239.99 - **Walnut** (SKU: dcd-30001899892) – $239.99 ## Price and logistics facts - Price: $239.99 USD (both variants) - Dimensions: 65 cm length x 45 cm width x 60 cm height - Shipping and tax details not provided ## Trust signals - Stock status: not specified - Return policy: not specified - No certifications mentioned in facts ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ac9425f8-086c-4d32-bba5-3c58d744eaed.jpg?v=1781628250 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b014f36c-6262-4fcf-858e-03ced92c251e.jpg?v=1781628250 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/9d9b3dc2-1472-4036-9e41-d3b395072dfe.jpg?v=1781628249 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e53f8d6b-22b1-4d61-807e-beccf4f50587.jpg?v=1781628249 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/484a5012-d700-4670-80aa-7abdde060ae4.jpg?v=1781628251 ## Agent notes - Image content not analyzed; visual details not extracted. - No product description was provided beyond title. - Inventory and shipping information absent.
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": "Nightstand with Storage Rattan Design Single-Drawer Stand with Woven Shelf",
"quantity": 1,
"grams": 13000000,
"properties": {
"_length_cm": "65.0",
"_width_cm": "45.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").