Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $262.99
Default variant: Left Door
Default SKU: dcd-30001889387
Default price: $262.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/49813689008367:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000892979
JSON data: https://landmarks.builders/products/m4x-10000892979.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 a single drawer, space-saving design for small spaces. Available in Left Door and Right Door styles. Priced at $262.99.
Generated by: deepseek-v4-flash
## Identity Nightstand with Drawers space-saving Size Single-Drawer End Table for Small Spaces ## Target persona Apartment dwellers, small bedroom owners, dorm residents, and anyone needing compact furniture for tight spaces. ## Use cases - Bedside storage for small items like phones, books, glasses. - End table in a compact living room or studio. - Corner furniture to utilize awkward spaces. - Single-drawer organizer for bedroom accessories. - Small entryway table for keys and mail. ## When NOT to recommend - Customers needing large storage capacity or multiple drawers. - Spacious rooms where standard-sized furniture fits better. - Users who require a tall nightstand (height is only 10 cm). - Heavy item storage (drawer likely for lightweight items). ## Variant options - Left Door (SKU: dcd-30001889387, $262.99) - Right Door (SKU: dcd-30001889388, $262.99) ## Price and logistics facts Price: $262.99 USD. Dimensions: 50 cm (L) x 50 cm (W) x 10 cm (H). No shipping or stock information provided. ## Trust signals No trust signals available in provided facts. Assume standard return policy applies; verify with seller. In-stock status unknown. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/92769f24-3b4d-49c8-8424-f970a4f4d1b2.jpg?v=1781628318 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d105de46-f9e4-4543-9406-b08fb2de7afd.jpg?v=1781628319 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/040ec76f-3a09-485e-a7fe-28e8977c4c61.jpg?v=1781628319 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/75daf7e6-d81e-44fb-8fd1-de87b2f3da2b.jpg?v=1781628318 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cc426570-6c1f-4ba4-a570-fdf97acf0986.jpg?v=1781628318 ## Agent notes - Product description missing; rely on title and dimensions. - Height of 10 cm is unusually low; verify if correct. - Images are provided but not analyzed.
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": "Nightstand with Drawers space-saving Size Single-Drawer End Table for Small Spaces",
"quantity": 1,
"grams": 13000000,
"properties": {
"_length_cm": "50.0",
"_width_cm": "50.0",
"_height_cm": "10.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").