Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $254.99
Default variant: Black
Default SKU: dcd-30001899579
Default price: $254.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/49813676097775:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894408
JSON data: https://landmarks.builders/products/m4x-10000894408.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Single-Drawer End Table with Open Shelf long-lasting and Sturdy Nightstand Multi-Use
| Item Height | 50 cm |
| Item Length | 50 cm |
| Item Width | 40 cm |
| Type | Bedside Table |
| Material | Stainless Steel |
| Tabletop Material | Wood |
| Colour | Black |
| Number of Drawers | 2 |
| Style | Bauhaus |
| Assembly Required | No |
| Assembly Status | Fully Assembled |
| Department | Adults |
| Indoor/Outdoor | Indoor |
| Item Weight | 5 kg |
| Finish | Painted |
| Features | With Storage |
| Room | Bedroom |
| Personalised | No |
| Packaging | Flat Pack |
Summary: A modernist single-drawer end table with open shelf, available in Black or White, sized 55x45x55 cm, priced at $254.99.
Generated by: deepseek-v4-flash
## Identity Single-Drawer End Table with Open Shelf, Modernist aesthetic, suitable as nightstand or home office table. ## Target persona Home office workers, small space dwellers, modernist furniture enthusiasts. ## Use cases - Bedroom nightstand for compact bed - Living room end table next to sofa - Home office side table for printer or books - Narrow hallway accent table ## When NOT to recommend - When large storage with multiple drawers is needed - When buyer prefers rustic or traditional style - When budget is under $200 - When a large surface area is required ## Variant options - Black ($254.99) - White ($254.99) ## Price and logistics facts - Price: $254.99 USD - Dimensions: 55cm (L) x 45cm (W) x 55cm (H) - No shipping cost or lead time provided ## Trust signals - Price consistent across variants - In-stock status not specified - Return policy not specified - No certifications listed ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/daed8fca-7589-4481-a9c0-15a14a4f8ab3.jpg?v=1781628300 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/13a717b6-f7a7-4afb-b969-f0b516047e5f.jpg?v=1781628303 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/05fdf7ac-fee1-4f46-bc99-7abc08cea4d8.jpg?v=1781628300 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/b9aded2e-33b8-48f0-8596-a3fbc4e2ae3f.jpg?v=1781628304 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/0ef85960-00fd-4341-8bf7-c286d26b4994.jpg?v=1781628300 ## Agent notes Image understanding was not performed; product appearance should be verified via image assets.
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-Drawer End Table with Open Shelf long-lasting and Sturdy Nightstand Multi-Use",
"quantity": 1,
"grams": 15000000,
"properties": {
"_length_cm": "55.0",
"_width_cm": "45.0",
"_height_cm": "55.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").