Brand: World Products (Landmark)
SKU: dcd-30003629563
Price: $9.57
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Storage Cabinet
Vendor: World Products
Weight: 1500 g
Cart URL (default variant): https://landmarks.builders/cart/50404594581743:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001277599
JSON data: https://landmarks.builders/products/wp-dcd-10001277599.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This desktop storage cabinet brings simple, practical order to a busy workspace. Built as a compact drawer cabinet, it keeps everyday items close at hand while helping reduce clutter on desks, shelves, or hobby benches. Used as a drawer organizer and parts storage cabinet, it is well suited for screws, small tools, craft pieces, and other loose items that are easy to misplace. The transparent clear drawers make it easy to check contents quickly, while the blue body and white front frame give the cabinet a clean, easy-to-identify look. The layout combines a small-parts section with pull-out drawers above a larger lower compartment, so different supplies can be grouped by size and use. With overall dimensions of 300 mm high, 275 mm wide, and 160 mm deep, it stays compact enough for tight spaces while still offering practical room for sorting and daily access. Drawer sizes shown include 35 mm x 138 mm x 51 mm, 125 mm x 112 mm x 235 mm, and 125 mm x 235 mm x 235 mm, supporting storage for both smaller pieces and larger items.
Summary: This desktop storage cabinet brings simple, practical order to a busy workspace. Built as a compact drawer cabinet, it keeps everyday items close at hand while helping reduce clutter on desks, shelves, or hobby benches. Used as a drawer organizer and parts storage cabinet, it is well suited for screws, small tools, craft pieces, and other loose items that are easy to misplace. The transparent clear drawers make it easy to check contents quickly, while the blue body and white front frame give the cabinet a clean, easy-to-identify look. The layout combines a small-parts section with pull-out drawers above a larger lower compartment, so different supplies can be grouped by size and use. With overall dimensions of 300 mm high, 275 mm wide, and 160 mm deep, it stays compact enough for tight spaces while still offering practical room for sorting and daily access. Drawer sizes shown include 35 mm x 138 mm x 51 mm, 125 mm x 112 mm x 235 mm, and 125 mm x 235 mm x 235 mm, supporting storage for both smaller pieces and larger items.
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": "Blue Desktop Storage Cabinet with Transparent Drawers",
"product_id": 9537303642351,
"variant_id": 50404594581743,
"quantity": 1,
"grams": 1500,
"length_cm": "31.0",
"width_cm": "17.0",
"height_cm": "31.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").