Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $46.99
Default variant: Silver / Black Wheels
Default SKU: dcd-30003589829
Default price: $46.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 5500 g
Cart URL (default variant): https://landmarks.builders/cart/49810796151023:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001262153
JSON data: https://landmarks.builders/products/m4x-10001262153.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Storage Design: This laundry storage basket combines a rectangular wire-metal frame with a wooden top handle, creating a practical household storage piece that keeps laundry organized and easy to move.
Rolling Function: As a laundry basket with four caster wheels, it rolls smoothly from room to room, making it easier to transport clothes, towels, or other items without lifting.
Basket Capacity: The large upper rolling laundry basket measures 49.5 cm long, 30.5 cm wide, and 30.5 cm high, giving you a roomy main section for everyday sorting and collection.
Lower Shelf: This wire laundry basket includes an open lower shelf that adds extra storage space, with a 41 cm long shelf area and 25 cm clearance under the upper section for flexible placement.
Practical Use: The laundry storage basket stands 65.5 cm high with a 48 cm by 34 cm base footprint, offering a balanced structure that supports daily laundry routines and helps keep essentials within reach.
Summary: Laundry Storage Trolley Caster Wheels Rolling Laundry Trolley Heavy Duty. Description: 【Construction】: This laundry storage trolley features a rectangular wire-metal frame with a wooden top handle, combining a sturdy structure with a practical grab point for everyday use. 【Capacity】: The large upper basket and uncovered lower shelf give this rolling laundry basket flexible household storage, helping separate items and keep clothes, towels, or supplies within easy reach. 【Mobility】: Built with four casters, this wire laundry trolley rolls smoothly from room to room, making it easier to move lau
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": "Laundry Storage Trolley Caster Wheels Rolling Laundry Trolley Heavy Duty",
"product_id": 9429821260015,
"variant_id": 49810796151023,
"quantity": 1,
"grams": 5500,
"length_cm": "51.0",
"width_cm": "34.0",
"height_cm": "33.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").