Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $627.99
Default variant: Three-drawer
Default SKU: dcd-30001873617
Default price: $627.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 32500 g
Cart URL (default variant): https://landmarks.builders/cart/49814983049455:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000890622
JSON data: https://landmarks.builders/products/m4x-10000890622.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: Vintage design nightstand with distressed finish, available in three-drawer or single-drawer, priced at $627.99 USD, dimensions 70x53x70 cm.
Generated by: deepseek-v4-flash
## Identity Vintage style nightstand with drawers, distressed finish, ample storage. Available in two drawer configurations. Dimensions: 70x53x70 cm. Price: $627.99 USD. ## Target persona - Adults seeking vintage bedroom furniture - Couples coordinating bedroom sets - Homeowners furnishing guest rooms ## Use cases - As a bedside table in a master bedroom - As a nightstand in a guest room - Providing storage for books, glasses, and personal items - Placing next to a bed in a vintage-themed room - Used as a small accent table in a living room or hallway ## When NOT to recommend - For modern or minimalist decor styles - For very small spaces (dimensions 70x53x70 cm may be too large) - For buyers on a tight budget (price $627.99) - If specific drawer configuration not suitable (only two options) ## Variant options Two styles available: - Three-drawer (SKU: dcd-30001873617) - Single-drawer (SKU: dcd-30001873618) Both priced at $627.99. ## Price and logistics facts - Price: $627.99 USD (same for both variants) - Dimensions: 70 cm length, 53 cm width, 70 cm height - No shipping or tax details provided ## Trust signals - Price consistent across variants - Stock status not provided - Return policy not provided - No certifications listed ## Image assets No image URLs provided for this product. ## Agent notes - Product tags: m4x, m4x-202606, wp-import - Description field was empty; all info derived from title and variants - Image understanding not performed (no images available)
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": "Nightstand with Drawers Vintage design Bedside Table Distressed Finish Ample Storage for Adults, partners, Guest Room",
"quantity": 1,
"grams": 32500000,
"properties": {
"_length_cm": "70.0",
"_width_cm": "53.0",
"_height_cm": "70.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").