Brand: World Products (Landmark)
This product has 7 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $216.99
Default variant: Beige / 40x40x53cm
Default SKU: dcd-30001900479
Default price: $216.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 14000 g
Cart URL (default variant): https://landmarks.builders/cart/49813604532463:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894543
JSON data: https://landmarks.builders/products/m4x-10000894543.json
This product comes in 7 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Single-Drawer End Table Modern Design Nightstand space-saving Size for Office, Adults
| Item Height | 53 cm |
| Item Length | 40 cm |
| Item Width | 40 cm |
| Type | Bedside Table |
| Material | Wood |
| Colour | White |
| Assembly Status | Assembly Required |
| Indoor/Outdoor | Indoor |
| Item Weight | 15 kg |
| Tabletop Material | Stone |
| Style | Modern |
| Room | Bedroom |
| Number of Drawers | 2 |
| Features | With Storage |
| Handle Type | Knob |
Summary: A single-drawer end table/nightstand in space-saving size, available in Beige, Khaki, and Light Gray with multiple top-surface dimensions, priced at $216.99.
Generated by: deepseek-v4-flash
## Identity Single-Drawer End Table Modern Design Nightstand space-saving Size for Office, Adults. Variants in Beige, Khaki, Light Gray; sizes from 40x40x53cm to 50x40x53cm. Base dimensions given as 55x45x58 cm (may be largest variant? Note inconsistency). Price: $216.99 USD. ## Target persona Adults needing a compact end table or nightstand for small spaces such as offices, bedrooms, or living rooms. Budget-conscious buyers looking for a simple, functional piece with a single drawer. ## Use cases 1. Next to a bed in a small bedroom as a nightstand for a lamp and phone. 2. In a home office to hold a printer or supplies. 3. As a side table in a compact living room or studio apartment. 4. In a dorm room as a multifunctional surface. 5. As a decorative accent piece in a hallway or entryway. ## When NOT to recommend - When the buyer needs a large table or substantial storage (only one drawer). - When the buyer prefers organic materials (no wood type specified, likely engineered). - When the buyer requires assembly-free delivery (likely requires assembly). - When the buyer is looking for a lower price point (under $200). ## Variant options - 7 variants: Beige (40x40x53, 45x40x53, 50x40x53), Khaki (40x40x53, 45x40x53, 50x40x53), Light Gray (40x40x53). All at $216.99. ## Price and logistics facts - Price: $216.99 USD. No shipping cost or tax info provided. Dimensions vary by variant; check size. No assembly info. ## Trust signals - No stock status, return policy, or certifications available. Price is consistent across variants. No customer ratings. ## Image assets No image URLs provided. Cannot render visuals. ## Agent notes - Base dimensions (55x45x58 cm) do not match any variant dimensions; possible data inconsistency. Consider clarifying which size corresponds. No description text available. No images.
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 Modern Design Nightstand space-saving Size for Office, Adults",
"quantity": 1,
"grams": 14000000,
"properties": {
"_length_cm": "55.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").