Brand: World Products (Landmark)
This product has 12 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $2.85 – $7.19
Default variant: 3-tier 40*12cm
Default SKU: dcd-30002010696
Default price: $2.85
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/50288771760367:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000909227
JSON data: https://landmarks.builders/products/m4x-10000909227.json
This product comes in 12 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Transform those unused gaps in your home into functional storage hubs with our Narrow Space Storage Rack. Imagine finally having a dedicated place for your laundry supplies right next to the washing machine or a beautiful plant display on a narrow windowsill. This multi-tier shelf is engineered with a thin profile, allowing it to slide effortlessly into tight crevices that traditional furniture simply cannot reach. Whether you are looking to declutter a small apartment or organize a busy laundry room, this narrow space storage rack provides the vertical height you need to keep your space tidy and breathable.
Crafted for durability and design, the shelving unit features 16mm thickened panels supported by 30mm solid wood legs. This strong construction ensures that your household storage stays stable even when fully load with books, detergents, or heavy flower pots. The wood texture paired with a clean finish creates modern, minimalist aesthetic that improves the visual attraction of any room. As a versatile organizer rack, it is for the balcony, kitchen, or behind doors. Assembly is straightforward and toolfree, allowing you to set up your new organization system in minutes. Simply screw the solid wood legs into the pre-drilled holes to create a sturdy, multi-layered structure tailored to your specific needs.
This product has 12 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": "Narrow Space Storage Rack Multi-Tier Shelf Solid Wood Construction Narrow Storage Shelf Space Saving Design for Small Areas, Balcony, Laundry Room",
"product_id": 9495192174831,
"variant_id": 50288771760367,
"quantity": 1,
"grams": 4000,
"length_cm": "65.0",
"width_cm": "25.0",
"height_cm": "17.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").