Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $205.99
Default variant: Khaki / 50x40x50cm
Default SKU: dcd-30001900244
Default price: $205.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/49811925795055:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894509
JSON data: https://landmarks.builders/products/m4x-10000894509.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
2-Drawer Nightstand Minimalist Design 2-Drawer Leather-Wrapped Side Table
| Item Height | 50 cm |
| Item Length | 50 cm |
| Item Width | 40 cm |
| Type | Bedside Table |
| Material | Pine |
| Colour | Beige |
| Assembly Status | Fully Assembled |
| Tabletop Material | Wood |
| Finish | Matte |
| Style | Modern |
| Room | Bedroom |
| Number of Drawers | 2 |
| Features | With Storage |
Summary: A minimalist 2-drawer leather-wrapped side table/nightstand, 54x45x58 cm, available in Khaki, Off-white, and White with size options, priced at $205.99.
Generated by: deepseek-v4-flash
## Identity 2-Drawer Nightstand Minimalist Design 2-Drawer Leather-Wrapped Side Table. ## Target persona Apartment dwellers needing compact furniture; minimalists seeking simple storage; budget-conscious home decorators (under $300). ## Use cases - Bedside table for small bedrooms - Side table in living room next to sofa - Extra storage in entryway or hallway - Accent table in home office - Nightstand for guest room - Small surface for lamp and books ## When NOT to recommend - Buyers needing large storage capacity (only two small drawers) - Those preferring solid wood or luxury materials - Traditional or ornate decor style - Seeks heavy-duty furniture for frequent moving ## Variant options - Khaki / 50x40x50cm - Khaki / 40x40x50cm - Off-white / 50x40x50cm - Off-white / 40x40x50cm - White / 50x40x50cm All variants priced at $205.99. ## Price and logistics facts Price: $205.99 USD. Dimensions (main): 54 x 45 x 58 cm. Variant sizes: 50x40x50cm or 40x40x50cm (note discrepancy). No shipping or logistics information provided. ## Trust signals No trust signals available in provided data (no stock status, return policy, certifications, or customer reviews). ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/643bb1e8-c19b-48dc-bb28-7dbbd64b953e.jpg?v=1781600956 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6b62aa81-ea99-46e6-9d03-8f6929becff5.jpg?v=1781600956 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/1affbffe-a172-4052-9b1a-d373004edd65.jpg?v=1781600956 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/5922d5a8-7afa-416a-8c8c-6e3921cab79a.jpg?v=1781600956 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c843dd80-a1f5-4d90-9278-cb993c4c8f09.jpg?v=1781600956 ## Agent notes No image understanding was performed; treat image URLs only as fetchable assets. Dimensions inconsistency: main product dimensions (54x45x58 cm) differ from variant sizes (50x40x50 or 40x40x50 cm).
This product has 9 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 Nightstand Minimalist Design 2-Drawer Leather-Wrapped Side Table",
"quantity": 1,
"grams": 16000000,
"properties": {
"_length_cm": "54.0",
"_width_cm": "45.0",
"_height_cm": "58.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").