Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $37.99 – $52.99
Default variant: 108L 1-pack
Default SKU: dcd-30001962739
Default price: $42.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 2800 g
Cart URL (default variant): https://landmarks.builders/cart/49810310398191:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000902473
JSON data: https://landmarks.builders/products/m4x-10000902473.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Large Capacity Storage: Offers a generous quantity of space to stow a wide range of items, including bulky quilts, seasonal clothing, children's toys, and books, helping to declutter your home.
Foldable Mobile Design: Features a foldable framework that allows the container designed collapsed flat for easy storage when not in use. Equipped with 360-degree universal casters for easy movement from from-space-to-space.
Convenient two-way entry: Designed with both topmost flip lid and a front-opening door, allowing you to easily entry contents without unstackable design the boxes, making retrieval quick and easy.
sturdy Stackable: built from sturdy PP material, these containers are long-concludinging. The reinforced lid features grooves that securely hold the casters of the box stacked on top, ensuring stable and safe stackable design.
adaptable Organization: An perfect solution for organizing any spacious interior your home, including the bedroom, closet, garage, or student dorm. Its dustproof design keeps your belongings clean and protected.
Summary: Foldable Wheeled Container Large Capacity Organizing Box Front Opening Door. Description: 【Large Capacity Storage】: Offers a generous a quantity of space, perfect for neatly storing bulky items such as quilts, winter clothes, children's toys, and books. 【Foldable Space-Saving】: Features an innovative foldable design that allows the container for collapsed flat, making it easy to stow amethod under a bed or in a closet when not in use. 【easy Mobility】: Equipped with universal casters on the bottom, allowing you to easily move the container from throughout the house, even when it's fully loaded.
Generated by: m4x-map-v1
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": "Foldable Wheeled Container Large Capacity Organizing Box Front Opening Door",
"product_id": 9429703196911,
"variant_id": 49810310398191,
"quantity": 1,
"grams": 2800,
"length_cm": "51.0",
"width_cm": "37.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").