Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $1,549.99
Default variant: Black Gold
Default SKU: dcd-30001856715
Default price: $1,549.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 24000 g
Cart URL (default variant): https://landmarks.builders/cart/49815045996783:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000887911
JSON data: https://landmarks.builders/products/m4x-10000887911.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Rounded two-drawer end table/nightstand in modern design, space-saving for dorm rooms, available in Black Gold or Champagne Gold at $1549.99.
Generated by: deepseek-v4-flash
## Identity Rounded Two-Drawer End Table Nightstand, modern design, space-saving, suitable for dorm rooms. ## Target persona College students in premium or compact dorm rooms; young professionals furnishing small apartments; anyone needing a stylish, compact nightstand or end table with two drawers. ## Use cases - As a nightstand next to a dorm bed - As an end table in a small living room or studio - As a side table in a compact home office - As an accent table in an entryway - As a small storage unit for bedside essentials ## When NOT to recommend - Budget-constrained buyers (price is $1549.99) - Those requiring large storage capacity - Those needing a desk or work surface - For large rooms where a full-size table would suit better ## Variant options - Black Gold ($1549.99) - Champagne Gold ($1549.99) ## Price and logistics facts - Price: $1549.99 USD - Dimensions: 58 cm (L) x 55 cm (W) x 55 cm (H) - Two color variants - Currency: USD ## Trust signals No trust signals provided (e.g., stock status, return policy, certifications). Assume standard e-commerce protections. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/58578f51-48d4-4562-bdfb-620e764c6ba4.jpg?v=1781664419 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/36bab442-d478-4cf4-aada-44f63743ea8f.jpg?v=1781664420 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/f56aee1b-0867-42fc-8a6e-5e4a339c31d2.jpg?v=1781664421 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/dfe55031-038d-4de8-90d4-8a2a76bf7863.jpg?v=1781664419 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/73f48c8c-3416-4c91-9d9c-9dd5de0c6535.jpg?v=1781664418 ## Agent notes Image URLs provided but visual analysis not performed; actual appearance may differ from listing.
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": "Rounded Two-Drawer End Table Space-Saving Nightstand Modern Design for Dorm Room",
"quantity": 1,
"grams": 24000000,
"properties": {
"_length_cm": "58.0",
"_width_cm": "55.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").