Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $40.99 – $71.99
Default variant: 46*33*26cm
Default SKU: dcd-30001962303
Default price: $40.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 2700 g
Cart URL (default variant): https://landmarks.builders/cart/49810422464751:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000902411
JSON data: https://landmarks.builders/products/m4x-10000902411.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Collapsible Wheeled Box Large Capacity Household Storage Sturdy for Living Room
| Item Height | 12 in (30.5 cm) |
| Item Length | More Than 45 in (114.3 cm) |
| Item Width | More Than 24 in |
| Type | Storage Box |
| Material | Plastic |
| Size | Extra Large |
| Features | Foldable |
| Capacity | More Than 40 qt |
| Model | Cello System Box maxi |
| Item Depth | More Than 24 in |
| Style | Japanese |
Summary: Collapsible wheeled storage box with large capacity, available in 5 sizes from $40.99 to $71.99, suitable for living room organization.
Generated by: deepseek-v4-flash
## Identity Collapsible Wheeled Box Large Capacity Household Storage Sturdy for Living Room. A foldable wheeled storage container for home use. ## Target persona Apartment dwellers, home organizers, college students, and anyone needing flexible, portable storage solutions for limited spaces. ## Use cases - Storing seasonal clothing or linens - Organizing children's toys and games - Laundry hamper or bin for dirty clothes - Packing and moving household items - Garage or pantry overflow storage ## When NOT to recommend - For outdoor or weather-exposed storage - For heavy industrial or commercial use - For users needing an airtight or pest-proof container - For buyers seeking decorative or premium furniture-grade storage ## Variant options - Size 46x33x26cm: $40.99 (sku dcd-30001962303) - Size 49.5x35x29cm: $44.99 (sku dcd-30001962304) - Size 58x40.5x33.5cm: $55.99 (sku dcd-30001962305) - Size 63.5x47x36.5cm: $59.99 (sku dcd-30001962306) - Size 71.5x50.5x40.5cm: $71.99 (sku dcd-30001962307) ## Price and logistics facts Base price (smallest variant): $40.99 USD. Largest variant: $71.99 USD. Collapsed dimensions provided: 73x52x12 cm. No shipping or inventory details available. ## Trust signals No stock status, return policy, or certifications provided. Multiple size options indicate consistent product line. ## Image assets No image URLs provided; visual inspection not performed. ## Agent notes Product description missing. Rely solely on title and variant data. No fields for color or material. Collapsed dimensions given, but use expanded sizes from variants.
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": "Collapsible Wheeled Box Large Capacity Household Storage Sturdy for Living Room",
"quantity": 1,
"grams": 2700000,
"properties": {
"_length_cm": "73.0",
"_width_cm": "52.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. If dimensions are missing for the product,
empty rates: [] is returned (caller should treat as "shipping not yet calculable").