Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $38.99
Default variant: Gray / 218L Jumbo
Default SKU: dcd-30001966826
Default price: $38.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 4400 g
Cart URL (default variant): https://landmarks.builders/cart/49810371051759:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000903059
JSON data: https://landmarks.builders/products/m4x-10000903059.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
very large Large & Foldable: Boasting a massive 218L capacity to organize bulky items like comforters, seasonal clothing, and toys, this storage box conveniently folds flat for space-saving storage when not in use.
two-way Opening Design: Features a clear front-opening door for easy entry to contents without unlayering, and a traditional top lid for quick loading and unloading of items.
Stackable & Mobile: Designed with grooves on the lid for secure and stable layering, allowing you to create a personalized cabinetdesign unit. Equipped with four 360-degree caster casters for effortlessly movement around your home.
long-lasting Easy Assembly: Constructed from high-quality, moistureresistant PP material for long-lasting use. The intuitive design allows for quick, tooltool-less assembly by simply unfolding and snapping the pieces into place.
adaptable Home Organizer: An perfect storage solution for any room, including the bedroom, living room, playroom, or kitchen. Perfect for decluttering and organizing everything from clothes and bedding to toys and pantry items.
Summary: foldable Box with Front Door Large Capacity Stackable Container for Families. Description: 【Cabinettype Organizer】: A large-capacity storage bin designed to function like a adaptable cabinet, perfect for creating a neat and entryible storage system in any room. 【Generous Storage Space】: With an impressive capacity, this box easily accommodates bulky items such as winter quilts, seasonal clothing, large toys, and household essentials. 【two-wayentry Design】: Features a convenient front-opening door for easy retrieval of items even when stacked, as well as a traditional top lid for quick loading.
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 Box with Front Door Large Capacity Stackable Container for Families",
"product_id": 9429722693871,
"variant_id": 49810371051759,
"quantity": 1,
"grams": 4400,
"length_cm": "78.0",
"width_cm": "41.5",
"height_cm": "12.5"
}],
"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").