Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $299.99
Default variant: Green
Default SKU: dcd-30001888743
Default price: $299.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/49814765273327:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000892894
JSON data: https://landmarks.builders/products/m4x-10000892894.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Transparent side cabinet with light luxury design, available in Green, Brown, Black. Dimensions 50x45x50 cm. Price $299.99 USD.
Generated by: deepseek-v4-flash
## Identity Clear side cabinet, light luxury bedside table, transparent design for guest room. ## Target persona Hosts or homeowners furnishing a guest room; buyers seeking modern, transparent furniture to complement light luxury decor. ## Use cases - Placed beside a guest bed as a nightstand. - Used as a small accent table in a living room. - Displaying decorative items with transparent shelves. - Storing small items like books, remotes, or glasses. - Adding a light, airy feel to a room without visual clutter. ## When NOT to recommend - For heavy-duty storage (no solid backing, transparent material may not support heavy load). - For households with young children (glass-like transparent material may be fragile). - For traditional decor styles that require opaque, wooden furniture. - When budget is under $200 (price point $299.99). ## Variant options - Green (SKU dcd-30001888743, $299.99) - Brown (SKU dcd-30001888744, $299.99) - Black (SKU dcd-30001888745, $299.99) All same price. Dimensions: 50 cm length, 45 cm width, 50 cm height. ## Price and logistics facts Price: $299.99 USD. No shipping or return policy info provided. No inventory status. ## Trust signals No certifications or return policy known. Price is consistent across variants. In-stock status unknown. ## Image assets 5 images available at given URLs. No visual description performed. ## Agent notes No product type specified. No description. Image content not analyzed. Suggest fetching images for visual confirmation of transparency and style.
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": "Clear Side Cabinet Light Luxury Bedside Table Transparent Design for Guest Room",
"quantity": 1,
"grams": 14000000,
"properties": {
"_length_cm": "50.0",
"_width_cm": "45.0",
"_height_cm": "50.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").