Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $189.99
Default variant: Olive Green
Default SKU: dcd-30001902019
Default price: $189.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 12500 g
Cart URL (default variant): https://landmarks.builders/cart/49811888767215:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894766
JSON data: https://landmarks.builders/products/m4x-10000894766.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Cylindrical Bedside Table Modernist Design Nightstand Modern Minimalist for Adults
| Item Height | 50 cm |
| Item Length | 40 cm |
| Item Width | 40 cm |
| Type | Bedside Table |
| Material | Stainless Steel |
| Tabletop Material | Glass |
| Colour | Black |
| Number of Drawers | 1 |
| Style | Bauhaus |
| Assembly Required | No |
| Assembly Status | Fully Assembled |
| Department | Adults |
| Indoor/Outdoor | Indoor |
| Model | International Concepts JT |
| Finish | Polished |
| Features | With Storage |
| Room | Bedroom |
Summary: Modernist cylindrical bedside table in multiple colors, 55x45x56 cm, priced at $189.99 USD.
Generated by: deepseek-v4-flash
## Identity Cylindrical Bedside Table Modernist Design Nightstand ## Target persona Adults seeking a compact, modern nightstand for small bedrooms or contemporary interiors. ## Use cases - Bedside storage in minimalist or modern bedrooms - Small-space living (apartments, condos) - Accent table in living room or hallway - Nightstand in guest rooms - Side table next to a lounge chair ## When NOT to recommend - Families needing large storage drawers - Traditional or rustic décor schemes - Buyers on a tight budget (under $100) - Spaces requiring a rectangular or square surface ## Variant options - Olive Green: $189.99 - Taro Purple: $189.99 - Black a: $189.99 ## Price and logistics facts - Price: $189.99 USD - Dimensions: 55 cm (L) x 45 cm (W) x 56 cm (H) - Colors: 3 options available ## Trust signals - In-stock status: not specified - Return policy: not specified - Price consistency: all variants priced equally - Certifications: none provided ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/7371ebca-8d09-47e1-9d57-1ec24eeae608.jpg?v=1781600896 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ccb77e78-7481-4dbb-b5ba-8f5e08a3e7b7.jpg?v=1781600896 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d05c47ae-c1f4-4ae3-afb5-1923c58b360d.jpg?v=1781600896 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/26be1eb0-cc3c-4267-8007-09b80d9baf18.jpg?v=1781600896 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/72c0dd31-9340-4e0d-97b2-40dda97f0b4b.jpg?v=1781600897 ## Agent notes No visual details derived from images; user must fetch and assess.
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": "Cylindrical Bedside Table Modernist Design Nightstand Modern Minimalist for Adults",
"quantity": 1,
"grams": 12500000,
"properties": {
"_length_cm": "55.0",
"_width_cm": "45.0",
"_height_cm": "56.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").