Brand: World Products (Landmark)
This product has 9 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $61.99 – $141.99
Default variant: White / 1-door cab+1 shelf
Default SKU: dcd-30000104246
Default price: $71.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 5600 g
Cart URL (default variant): https://landmarks.builders/cart/49811123536111:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000018186
JSON data: https://landmarks.builders/products/m4x-10000018186.json
This product comes in 9 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Protected Steel Wall Cabinet for Organized StorageThis lockable steel wall cabinet provides protected storage and effective organization for tools and hardware in garages, workshops, and utility rooms. Featuring a robust locking mechanism, it ensures your items are safe and your workspace remains tidy.
Sturdy Cold-Rolled Steel ConstructionCrafted from premium cold-rolled steel, this storage cabinet is resistant to rust and built for enduring durability, protecting your tools and supplies.
Adjustable Shelves for Flexible OrganizationEquipped with adjustable shelves, this cabinet allows you to customize the interior to accommodate a variety of tools, hardware, and supplies, maximizing organizational effectiveness.
Space-Saving Wall Mounted DesignEasily mounted to the wall, it saves valuable floor space in your garage, workshop, or utility room, and keeps your tools conveniently within reach.
Versatile Application for Multiple Settingsperfect for garages, workshops, utility rooms, offices, and more, this steel storage cabinet is designed to help organize tools, documents, and other essentials.
Summary: Steel cabinet with lock
Generated by: m4x-map-v1
This product has 12 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": "Steel cabinet with lock",
"quantity": 1,
"grams": 5600000,
"properties": {
"_length_cm": "84.0",
"_width_cm": "61.0",
"_height_cm": "11.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").