Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $194.99 – $214.99
Default variant: White / 40x40x48cm
Default SKU: dcd-30001901052
Default price: $194.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/49811896008943:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894627
JSON data: https://landmarks.builders/products/m4x-10000894627.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 End Table Luxury and aesthetic Nightstand Fully Assembled for Guest Room, Hotel
| Item Height | 48 cm |
| Item Length | 60 cm |
| Item Width | 40 cm |
| Type | Bedside Table |
| Material | Wood |
| Colour | Beige |
| Assembly Status | Part Assembled |
| Indoor/Outdoor | Indoor |
| Item Weight | 14 kg |
| Tabletop Material | Stone |
| Finish | Matte |
| Style | Modern |
| Room | Bedroom |
| Number of Drawers | 2 |
| Features | With Storage |
Summary: Fully assembled 2-drawer end table/nightstand in White or Khaki, multiple sizes, priced $194.99–$214.99.
Generated by: deepseek-v4-flash
## Identity 2-drawer end table / nightstand, fully assembled, available in White and Khaki with size options. ## Target persona Hotel managers furnishing guest rooms; homeowners needing a bedside table for a guest room; interior decorators sourcing assembled nightstands for small spaces. ## Use cases - Guest room bedside table - Hotel room nightstand - Living room end table - Small apartment bedside storage - Rental property furnishing ## When NOT to recommend - When a very small or oversized table is required (variants fixed sizes) - For budget buyers seeking under $100 - For those needing rustic or vintage style - When assembly required is not acceptable (this is pre-assembled, but not relevant) ## Variant options - White: 40x40x48cm ($194.99), 45x40x48cm ($194.99), 50x40x48cm ($194.99) - Khaki: 40x40x48cm ($194.99), 45x40x48cm ($214.99) ## Price and logistics facts - Price range: $194.99–$214.99 USD - Dimensions (product level): 54x49x54 cm, but variants have differing sizes - Fully assembled (no assembly required) ## Trust signals - Fully assembled (no assembly required) - Price varies by variant; in-stock status not provided - No return policy information available ## Image assets      ## Agent notes - Dimensions from product-level data (54x49x54 cm) do not match variant sizes; refer to variant-specific dimensions for accuracy. - Only two colors (White, Khaki) and three distinct base widths (40, 45, 50 cm) with height 48 cm (except product-level height is 54 cm, discrepancy noted). - Price for Khaki 45x40x48cm is $20 higher than other variants.
This product has 8 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 End Table Luxury and aesthetic Nightstand Fully Assembled for Guest Room, Hotel",
"quantity": 1,
"grams": 14000000,
"properties": {
"_length_cm": "54.0",
"_width_cm": "49.0",
"_height_cm": "54.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").