Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $948.99 – $1,580.99
Default variant: Faux Oil Wax Leather
Default SKU: dcd-30001856651
Default price: $948.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 15000 g
Cart URL (default variant): https://landmarks.builders/cart/49815030628591:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000887899
JSON data: https://landmarks.builders/products/m4x-10000887899.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: A 53 cm cube 2-drawer bedside cabinet/nightstand in faux oil wax, microfiber, or genuine leather, priced from $948.99 to $1580.99.
Generated by: deepseek-v4-flash
## Identity 2-Drawer Bedside Cabinet / Nightstand space-saving Size, sturdy Construction ## Target persona Middle-to-upper income homeowners or renters seeking a compact, leather-upholstered nightstand for a well-furnished bedroom. ## Use cases - Bedside storage for a master or guest bedroom - Small space nightstand in apartments or condos - Side table next to a reading chair in a living room - Compact storage for a small home office - Accent table in a hallway or entryway ## When NOT to recommend - Budget-constrained buyers (under $500) - Those needing large storage capacity (only two small drawers) - Individuals allergic to leather or faux leather materials - Buyers requiring a taller nightstand (height is only 53 cm) ## Variant options - Faux Oil Wax Leather: $948.99 (SKU dcd-30001856651) - Microfiber Leather: $1264.99 (SKU dcd-30001856652) - Genuine Leather: $1580.99 (SKU dcd-30001856653) ## Price and logistics facts - Price range: $948.99–$1580.99 USD - Dimensions: 53 cm x 53 cm x 53 cm (cubic) - No shipping or availability info provided ## Trust signals - In-stock status: not specified - Return policy: not specified - Price consistency: prices listed per variant, no discounts noted - Certifications: none provided ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/e55dc121-319a-4001-989d-d18a3445565a.jpg?v=1781664368 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/25d70605-f8a3-48b3-998b-c904f747e559.jpg?v=1781664368 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6710ac6a-e508-43d6-bcb0-bb23f15c4cbe.jpg?v=1781664368 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6d281e4a-564a-4663-b798-ec7cb27d542a.jpg?v=1781664368 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a6be2472-6051-4417-bcaf-92833cddde34.jpg?v=1781664368 ## Agent notes - Product type and description are missing; only title and tags provided. - Image understanding was not performed; rely on image URLs as fetchable assets only. - Dimensions are in centimeters; conversion: 20.9 inches per side.
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": "2-Drawer Bedside Cabinet space-saving Size 2-Drawer Nightstand sturdy Construction",
"quantity": 1,
"grams": 15000000,
"properties": {
"_length_cm": "53.0",
"_width_cm": "53.0",
"_height_cm": "53.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").