Brand: World Products (Landmark)
This product has 6 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $405.99
Default variant: Walnut / Fan Shape
Default SKU: dcd-30001888343
Default price: $405.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/49814890774767:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000892838
JSON data: https://landmarks.builders/products/m4x-10000892838.json
This product comes in 6 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Handleless bedside cabinet with wavy rattan front, available in walnut or smoked wood with three style options: fan shape, embossed, or bamboo weave.
Generated by: deepseek-v4-flash
## Identity Handleless wavy-front bedside storage cabinet with rattan features. Dimensions: 55.5 cm L x 47 cm W x 55 cm H. ## Target persona - Bedroom furnisher seeking compact stylish nightstand - Small-space dweller wanting storage with natural texture - Buyer of mid-century or bohemian decor accents ## Use cases - Bedside table for small bedrooms or guest rooms - Display shelf for books, glasses, or decor items - Extra storage in a tight corner or entryway - Nightstand alternative for low beds - Accent piece in a reading nook ## When NOT to recommend - For large-screen TVs or heavy equipment (weight capacity unknown) - For those needing multiple large drawers (single compartment) - For modern minimalist interiors favoring sleek surfaces (rattan is textured) - For buyers on tight budget (price ~$406) ## Variant options 6 variants: Walnut or Smoked Wood; Styles: Fan Shape, Embossed, Bamboo Weave. All priced at $405.99. ## Price and logistics facts Price: $405.99 USD. Dimensions: 55.5x47x55 cm. No shipping or return policy provided. ## Trust signals In-stock status not confirmed. No return policy stated. Price consistent across variants. No certifications listed. ## Image assets No image URLs provided. Visual details cannot be confirmed. ## Agent notes - No product description or images available. All facts from structured data. - Weight capacity and assembly requirements unknown. - Material details (e.g., solid wood vs veneer) not specified.
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": "Bedside Storage Unit Handleless Doors Wavy Front Cabinet Rattan features",
"quantity": 1,
"grams": 14000000,
"properties": {
"_length_cm": "55.5",
"_width_cm": "47.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").