Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $15.28 – $16.67
Default variant: Blue / 3-Tier 1-Drawer with Can
Default SKU: dcd-30003652015
Default price: $15.28
Availability: Out of Stock
Product Type: Utility Cart
Vendor: World Products
Weight: 5500 g
Cart URL (default variant): https://landmarks.builders/cart/50424303190255:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001286128
JSON data: https://landmarks.builders/products/wp-dcd-10001286128.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
A versatile three-tier cart designed to bring efficient, mobile organization to professional salons, beauty parlors, and home areas. Equipped with four smooth-gliding caster wheels and a sturdy push handle, this utility cart moves effortlessly across floors to keep your tools right by your side. This rolling cart features a central pull-out drawer for private storage, a side-mounted container for quick-access items, and safety guard rails around the top shelf. Built with raised edges on each flat shelf, the storage cart ensures your bottles, towels, and beauty supplies stay securely in place during transit. Crafted with a sturdy cylindrical frame and a smooth, hard finish, this rolling utility cart with drawer offers a compact vertical layout that maximizes your storage footprint.
Summary: A versatile three-tier cart designed to bring efficient, mobile organization to professional salons, beauty parlors, and home areas. Equipped with four smooth-gliding caster wheels and a sturdy push handle, this utility cart moves effortlessly across floors to keep your tools right by your side. This rolling cart features a central pull-out drawer for private storage, a side-mounted container for quick-access items, and safety guard rails around the top shelf. Built with raised edges on each flat shelf, the storage cart ensures your bottles, towels, and beauty supplies stay securely in place during transit. Crafted with a sturdy cylindrical frame and a smooth, hard finish, this rolling utility cart with drawer offers a compact vertical layout that maximizes your storage footprint.
Generated by: deepseek-v4-flash
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": "Easy-Access 3-Tier Rolling Utility Cart with Drawer",
"product_id": 9537573978351,
"variant_id": 50424303190255,
"quantity": 1,
"grams": 5500,
"length_cm": "85.0",
"width_cm": "40.0",
"height_cm": "18.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").