Brand: World Products (Landmark)
This product has 6 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $62.99 – $175.99
Default variant: Walnut / Oak a
Default SKU: dcd-30001930744
Default price: $65.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 4000 g
Cart URL (default variant): https://landmarks.builders/cart/49811147161839:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000898491
JSON data: https://landmarks.builders/products/m4x-10000898491.json
This product comes in 6 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Multi-Level Bookstand Clean design Multi-Cubby Desk Hutch long-lasting for Study Room
| Type | Bookshelves |
| Unit Quantity | 4 |
| Unit Type | kg |
Summary: Multi-level bookstand with multi-cubby desk hutch, stable design for dormitory, available in walnut and oak/beech styles, priced from $62.99.
Generated by: deepseek-v4-flash
## Identity Multi-Level Bookstand with Multi-Cubby Desk Hutch, stable design for dormitory use. ## Target persona College students in dormitories; small apartment dwellers; home office users needing compact desk storage. ## Use cases - Organizing textbooks and notebooks on a desk surface. - Displaying decorative items or photos in cubbies. - Storing office supplies like pens, notepads, and stationery. - Maximizing vertical storage space in small rooms. - Creating separate zones for study materials on a desk. - Adding a shelf above a monitor for accessories. ## When NOT to recommend - For heavy library shelving needing deep, full-height bookcases. - For large collections of oversized books or binders (shelf depth unknown). - For outdoor or humid environments. - For users requiring a standalone tall bookshelf (this is a desk hutch). ## Variant options Six variants: Walnut/Oak a ($65.99), Walnut/Oak B ($162.99), Walnut/Oak ($62.99), Walnut/Oak C ($175.99), Walnut/Oak D ($65.99), Walnut/Beech a ($77.99). Options indicate Color (Walnut) and Style (Oak a, Oak B, etc.). ## Price and logistics facts - Base price: $62.99 (Walnut/Oak variant). - Price range: $62.99 to $175.99. - Dimensions: 63 cm length, 42 cm width, 14 cm height (24.8 x 16.5 x 5.5 inches). - No shipping or return policy information provided. ## Trust signals - Multiple variant prices listed consistently. - No stock status, return policy, or certifications provided. ## Image assets No image URLs available for this product. ## Agent notes Image understanding was not performed due to missing image URLs.
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": "Multi-Level Bookstand Clean design Multi-Cubby Desk Hutch long-lasting for Study Room",
"quantity": 1,
"grams": 4000000,
"properties": {
"_length_cm": "63.0",
"_width_cm": "42.0",
"_height_cm": "14.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").