Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $129.99
Default variant: Orange
Default SKU: dcd-30001937162
Default price: $129.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 12000 g
Cart URL (default variant): https://landmarks.builders/cart/49811671187695:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000899389
JSON data: https://landmarks.builders/products/m4x-10000899389.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: A rotating multi-tier side cabinet in Nordic design, available in five colors, priced at $129.99, with dimensions 49x38x68 cm.
Generated by: deepseek-v4-flash
## Identity A rotating multi-tier side cabinet with Nordic design, featuring a revolving mechanism. Available in 5 colors. ## Target persona Apartment dwellers needing compact, accessible storage; home office workers organizing small items; modern interior enthusiasts seeking functional decor. ## Use cases - Storing books, magazines, or decor with easy rotating access. - As a side table in living room with multi-tier trays for remotes and drinks. - Organizing craft supplies or small electronics. - Displaying collectibles in a space-saving footprint. - Adding a pop of color to a minimalist room. ## When NOT to recommend - When heavy or bulky items need storage (max weight unknown). - For large rooms requiring substantial furniture pieces. - If a stationary, non-rotating cabinet is preferred. - For outdoor or high-moisture environments (material not specified). ## Variant options - Orange (sku: dcd-30001937162) - Khaki (sku: dcd-30001937163) - Matcha Green (sku: dcd-30001937164) - Ginger Yellow (sku: dcd-30001937165) - Cream (sku: dcd-30001937166) All variants priced at $129.99. ## Price and logistics facts - Price: $129.99 USD. - Dimensions: 49 cm (length) x 38 cm (width) x 68 cm (height). - No shipping, weight, or assembly information provided. ## Trust signals - In-stock status not confirmed. - Return policy unknown. - No certifications mentioned. - Price consistent across all color variants. ## Image assets No images available. ## Agent notes - No visual data was provided; image understanding was not performed. - Product description is minimal; consider requesting additional details on material, weight capacity, and assembly.
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": "Rotating Multi-Tier Container Nordic design Side Cabinet revolving Design",
"quantity": 1,
"grams": 12000000,
"properties": {
"_length_cm": "49.0",
"_width_cm": "38.0",
"_height_cm": "68.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").