Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $23.33 – $35.83
Default variant: No Drawer
Default SKU: dcd-30003602189
Default price: $23.33
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Tool Cart
Vendor: World Products
Weight: 12500 g
Cart URL (default variant): https://landmarks.builders/cart/50404116267247:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001266720
JSON data: https://landmarks.builders/products/wp-dcd-10001266720.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This rolling metal tool cart is built from thickened steel plate and finished in a red and black color scheme, giving it a solid, task-ready appearance. Its construction is suited to daily use in garages, workshops, or maintenance areas where dependable storage and easy movement count. As a three-tier utility cart, it provides a rectangular top tray plus two lower shelves, making it easy to separate frequently used tools from parts and accessories. The layered layout helps keep items visible and organized, so you can load the cart once and bring everything you need to the work area. Mobility is handled by four caster wheels and a side push handle, allowing the cart to roll from one station to another with less effort. Used as a service cart, it is practical when moving supplies, preparing tasks, or keeping equipment close at hand during busy work periods. Perforated side panels add a functional detail that complements the open shelving design. This steel tool cart measures 700 mm long, 350 mm wide, and 760 mm high, offering a compact footprint that fits into everyday workspaces while still providing useful storage capacity.
Summary: This rolling metal tool cart is built from thickened steel plate and finished in a red and black color scheme, giving it a solid, task-ready appearance. Its construction is suited to daily use in garages, workshops, or maintenance areas where dependable storage and easy movement count. As a three-tier utility cart, it provides a rectangular top tray plus two lower shelves, making it easy to separate frequently used tools from parts and accessories. The layered layout helps keep items visible and organized, so you can load the cart once and bring everything you need to the work area. Mobility is handled by four caster wheels and a side push handle, allowing the cart to roll from one station to another with less effort. Used as a service cart, it is practical when moving supplies, preparing tasks, or keeping equipment close at hand during busy work periods. Perforated side panels add a functional detail that complements the open shelving design. This steel tool cart measures 700 mm long, 350 mm wide, and 760 mm high, offering a compact footprint that fits into everyday workspaces while still providing useful storage capacity.
Generated by: deepseek-v4-flash
This product has 7 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": "Rolling Metal Tool Cart Perforated Storage Furniture Red And",
"product_id": 9537120305391,
"variant_id": 50404116267247,
"quantity": 1,
"grams": 12500,
"length_cm": "72.0",
"width_cm": "37.0",
"height_cm": "20.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").