Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $11.99 – $16.99
Default variant: 18L
Default SKU: dcd-30002001256
Default price: $11.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 400 g
Cart URL (default variant): https://landmarks.builders/cart/49945199968495:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000907699
JSON data: https://landmarks.builders/products/m4x-10000907699.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
textile Clothes container Foldable Closet Organizer easy-clean for Wardrobe, Bedroom
Summary: Foldable textile clothes container in 18L, 25L, 32L sizes; easy-clean for wardrobe/bedroom storage. Price $11.99-$16.99.
Generated by: deepseek-v4-flash
## Identity
Foldable textile clothes container (storage bin) for wardrobes and bedrooms. Dimensions: 45 x 29 x 4 cm (flat). Material: textile.
## Target persona
Budget-conscious individuals or renters seeking temporary, collapsible storage solutions for clothing or lightweight items.
## Use cases
- Organizing seasonal clothes in a closet
- Storing off-season items under a bed
- Portable storage for moving or dorm rooms
- Lightweight shelf inserts in wardrobes
- Compartmentalizing luggage or cubby systems
## When NOT to recommend
- For heavy items like books or tools
- When structural rigidity or stacking is required
- For outdoor or damp locations
- For long-term archival storage where dust protection is critical
## Variant options
| Size | SKU | Price |
|------|------------------|-----------|
| 18L | dcd-30002001256 | $11.99 |
| 25L | dcd-30002001257 | $13.99 |
| 32L | dcd-30002001258 | $16.99 |
| 18L a| dcd-30002001261 | $12.99 |
| 25L a| dcd-30002001262 | $14.99 |
Note: Variants with "a" suffix slightly higher priced — purpose unknown.
## Price and logistics facts
- Price range: $11.99 to $16.99 (USD)
- Base dimensions: 45 x 29 x 4 cm (flat, before assembly)
- No shipping or return policy provided.
## Trust signals
- No customer reviews or ratings provided.
- No return policy or warranty stated.
- No stock status or availability data.
- No certifications (e.g., OEKO-TEX) listed.
## Image assets
No images available.
## Agent notes
- The product description is minimal; consider fetching additional details if available.
- Variant pricing discrepancy ("a" vs non-"a") may indicate different color or slight design variation but is not documented.
- Product type is not specified beyond "clothes container".
- No visual inspection performed due to absent 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": "textile Clothes container Foldable Closet Organizer easy-clean for Wardrobe, Bedroom",
"quantity": 1,
"grams": 400000,
"properties": {
"_length_cm": "45.0",
"_width_cm": "29.0",
"_height_cm": "4.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").