Brand: World Products (Landmark)
This product has 8 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $15.99 – $21.99
Default variant: White / L Wide Wheeled
Default SKU: dcd-30002007040
Default price: $21.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 2200 g
Cart URL (default variant): https://landmarks.builders/cart/49945000444143:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000908619
JSON data: https://landmarks.builders/products/m4x-10000908619.json
This product comes in 8 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Wheeled Pull-accessible container with casters Under-Bed Container Large Capacity for Students
| Net Weight | 2kg |
| Capacity | 6L |
Summary: Wheeled pull-accessible under-bed storage container, 6L capacity, dimensions 50x32x38 cm, net weight 2kg, priced from $15.99, designed for students.
Generated by: deepseek-v4-flash
## Identity - Wheeled pull-accessible container with casters, under-bed storage, large capacity (6L), net weight 2kg, dimensions 50x32x38 cm. - Available colors: White, Black. Styles: Wheeled (standard casters) and Wide Wheeled (wider casters). ## Target persona - Students living in dorms or small apartments with limited space. - Individuals seeking low-profile storage that slides under a bed. - Budget-conscious shoppers looking for affordable organization solutions. ## Use cases - Storing off-season clothing or extra bedding under a bed. - Organizing textbooks, notebooks, or stationery in a dorm room. - Housing small kitchen supplies or snacks in a compact apartment. - Keeping toys or craft supplies in a child's room. - Tucking away shoes or accessories out of sight. ## When NOT to recommend - For heavy items exceeding 6L volume or weight that may stress the casters. - For outdoor or garage storage (not weatherproof). - For users needing stackable or vertical storage (designed for under-bed use). - For those requiring airtight or dustproof sealing (no lid gasket mentioned). ## Variant options | SKU | Color | Style | Price | |-----|-------|-------|-------| | dcd-30002007040 | White | L Wide Wheeled | $21.99 | | dcd-30002007041 | White | M Wide Wheeled | $17.99 | | dcd-30002007042 | White | L Wheeled | $19.99 | | dcd-30002007043 | White | M Wheeled | $15.99 | | dcd-30002007044 | Black | L Wide Wheeled | $21.99 | | dcd-30002007045 | Black | M Wide Wheeled | $17.99 | | dcd-30002007046 | Black | L Wheeled | $19.99 | | dcd-30002007047 | Black | M Wheeled | $15.99 | ## Price and logistics facts - Base price: $15.99 (White / M Wheeled). - All prices in USD. - Dimensions: 50 x 32 x 38 cm. - Net weight: 2 kg. - Capacity: 6 liters. ## Trust signals - No specific trust signals provided (no return policy, stock status, or certifications). ## Image assets - No image URLs provided. Visual appearance not available. ## Agent notes - Image understanding was not performed; no visual details can be inferred. - No information on material (plastic, metal, etc.).
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 Pull-accessible container with casters Under-Bed Container Large Capacity for Students",
"quantity": 1,
"grams": 2200000,
"properties": {
"_length_cm": "50.0",
"_width_cm": "32.0",
"_height_cm": "38.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").