Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $230.99
Default variant: White+yellow 157CM
Default SKU: dcd-30001897089
Default price: $230.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 18000 g
Cart URL (default variant): https://landmarks.builders/cart/49813629272303:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000894036
JSON data: https://landmarks.builders/products/m4x-10000894036.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
360 revolving book display unit adaptable Use Revolving Book Tower Large Capacity
| Item Height | 155 cm |
| Item Length | 45 cm |
| Item Width | 45 cm |
| Number of Shelves | 6 |
| Type | Bookcase |
| Material | Wood Composite |
| Colour | White |
| Room | Living Room |
| Assembly Required | Yes |
| Set Includes | Assembly Tools |
| Item Weight | 15 kg |
| Features | Revolving |
| Finish | Matte |
| Shape | Round |
| Maximum Height | 160 cm |
| Maximum Width | 50 cm |
| Wood Tone | Light Wood |
| Suitable For | Books |
| Country of Origin | China |
Summary: 360-degree revolving book display unit with Nordic design, space-saving for adults. Available in two color options at $230.99.
Generated by: deepseek-v4-flash
## Identity
A 360-degree revolving book display tower with Nordic design, designed for adults. Dimensions: 85cm (L) x 50cm (W) x 20cm (H). Price: $230.99.
## Target persona
Adults with small apartments or home offices seeking stylish, rotating book storage to maximize space and aesthetics.
## Use cases
- Displaying books in a living room corner for easy access from any angle.
- Rotating tower to access books from different sides without moving the unit.
- Space-saving solution for small rooms or dormitories.
- Decorative element with Nordic design, also suitable for showcasing small decor items.
- Organizing books and magazines in a home office or reading nook.
## When NOT to recommend
- For heavy book collections (capacity and weight limit not specified).
- For outdoor or damp environments (material not specified).
- For children's rooms (intended for adults; stability unknown for children).
- If a large, static bookshelf is required (this is a compact revolving unit).
## Variant options
- White+yellow 157CM
- White+pink 157CM
## Price and logistics facts
- Price: $230.99 USD
- Dimensions (approx): 85 cm x 50 cm x 20 cm (length x width x height; likely packaging size; actual product height is 157 cm per variants)
- No shipping cost or weight provided.
## Trust signals
- Image URLs provided but visual condition not assessed.
- No in-stock status, return policy, or certifications available.
- Price is fixed across variants.
## Image assets
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/204fda02-acec-4e26-9bc9-6edc217dbb55.jpg?v=1781628218
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/36fe5a01-b02d-4141-848b-73968462b6f3.jpg?v=1781628217
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ec270452-7f51-4950-86a7-717495266d5c.jpg?v=1781628217
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d74cefe6-74ed-4cff-bd8b-22fb14039d40.jpg?v=1781628215
- https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8a95cdc7-b687-4c87-9d3b-fa7ed89855fb.jpg?v=1781628216
## Agent notes
- Product description was missing ("******"), so title and tags were used for context.
- No stock status, return policy, or material/certification details provided.
- Dimensions given may be packaging; variant labels suggest product height of 157 cm.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": "360 revolving book display unit adaptable Use Revolving Book Tower Large Capacity",
"quantity": 1,
"grams": 18000000,
"properties": {
"_length_cm": "85.0",
"_width_cm": "50.0",
"_height_cm": "20.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").