Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $69.99 – $93.99
Default variant: 30CM / 2-tier
Default SKU: dcd-30001939516
Default price: $69.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 5700 g
Cart URL (default variant): https://landmarks.builders/cart/49811251953903:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000899680
JSON data: https://landmarks.builders/products/m4x-10000899680.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Sculptural & Modern Design: Features a distinctive spiralshaped framework crafted from a sturdy bamboo frame with transparent acrylic doors, serving as a functional piece of art for your home.
mood light-emitting diode Lighting: Available with optional built-in light-emitting diode lights that cast a warm, inviting radiance, beautifully illuminating your collectibles and creating a inviting atmosphere in any room.
Space-Saving Storage: Its upright, multi-tiered design makes it an perfect space-saving solution for corners or tight spaces, perfect as a stylish alternative to a traditional bedside table or a corner display unit.
adaptable Display Case: The clear, debrisresistant acrylic doors provide an excellent view of your items, making it perfect for showcasing action figures, decorative objects, books, or plants.
Enhances Room Decor: Instantly elevates your interior with its minimalist aesthetic and energetic form, transforming any bedroom, living room, or study alcove into a sophisticated and organized space.
Summary: illuminated Showcase mood Lighting Illuminated spiral Shelf Space-Saving for Hobbyists
Generated by: m4x-map-v1
This product has 9 images in 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/estimateapplication/json
{
"rate": {
"origin": {"country": "CN"},
"destination": {
"country": "US",
"postal_code": "95014",
"province": "CA",
"city": "Cupertino"
},
"items": [{
"name": "illuminated Showcase Bedside Table Alternative Home Decoration Modern Sculptural Design",
"product_id": 9429945352431,
"variant_id": 49811251953903,
"quantity": 1,
"grams": 5700,
"length_cm": "81.0",
"width_cm": "38.0",
"height_cm": "12.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. The estimate endpoint uses the product dimensions
provided in the request before calling SFC. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").