Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $28.99
Default variant: Black / 1 PACK
Default SKU: dcd-30001969599
Default price: $28.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1800 g
Cart URL (default variant): https://landmarks.builders/cart/49945512739055:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000903431
JSON data: https://landmarks.builders/products/m4x-10000903431.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Wheeled Collapsible container Space-Saving Underbed Container low-height for Students
| Net Weight | 1.8kg |
| Capacity | 60L |
Summary: Wheeled collapsible container, low-height (7 cm) for underbed storage, 60L capacity, 1.8kg, for students. $28.99.
Generated by: deepseek-v4-flash
## Identity Wheeled Collapsible Underbed Container, low-height, 60L capacity, net weight 1.8kg, dimensions 44x21x7 cm. Available in Black and Gray. ## Target persona College students in dorms; people in small apartments; frequent movers; anyone needing low-profile, portable storage. ## Use cases - Storing seasonal clothes or extra bedding under a bed - Organizing dorm room belongings with limited floor space - Keeping linens, towels, or out-of-season items out of sight - Transporting items during move-in/move-out using wheels - Storing toys or craft supplies in children's rooms ## When NOT to recommend - For heavy-duty industrial or garage storage (plastic may not support heavy loads) - For outdoor use (not weather-sealed) - When stacking heavy items on top (collapsible design may buckle) - For long-term archival storage (collapsible nature may degrade over time) ## Variant options - Black / 1 PACK: $28.99 (SKU dcd-30001969599) - Gray / 1 PACK: $28.99 (SKU dcd-30001969600) ## Price and logistics facts Price: $28.99 USD per pack. Dimensions: 44 x 21 x 7 cm. Weight: 1.8 kg. Capacity: 60 L. ## Trust signals No stock status, return policy, or certifications provided. Price consistent across variants. ## Image assets No image URLs provided. ## Agent notes No return policy or stock information available. Image understanding was not performed.
This product has 9 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": "Wheeled Collapsible container Space-Saving Underbed Container low-height for Students",
"quantity": 1,
"grams": 1800000,
"properties": {
"_length_cm": "44.0",
"_width_cm": "21.0",
"_height_cm": "7.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").