Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $2.35 – $4.71
Default variant: 6 Inch
Default SKU: dcd-30003495167
Default price: $2.35
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Storage Box
Vendor: World Products
Weight: 590 g
Cart URL (default variant): https://landmarks.builders/cart/50400667074799:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001233262
JSON data: https://landmarks.builders/products/wp-dcd-10001233262.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This compact keyed metal funds box combines a straightforward look with practical daily storage. Its black metal body, rounded rectangular shape, and hinged lid create a clean-style container that fits neatly into workplaces, shops, classrooms, or home areas. Used as a funds box, it is suited for holding change, bills, and other small valuables together in one place. The divided funds box interior adds multiple compartments and a low-profile tray-style layout, making it easier to sort, separate small items, and reach what you need without digging through a single open space. The front lock and included keys support secure storage when the box is closed. As a portable funds box, it can be moved from one location to another with ease, whether you are organizing a drawer, setting up a checkout area, or keeping small essentials close at hand on a counter or desk.
Summary: This compact keyed metal funds box combines a straightforward look with practical daily storage. Its black metal body, rounded rectangular shape, and hinged lid create a clean-style container that fits neatly into workplaces, shops, classrooms, or home areas. Used as a funds box, it is suited for holding change, bills, and other small valuables together in one place. The divided funds box interior adds multiple compartments and a low-profile tray-style layout, making it easier to sort, separate small items, and reach what you need without digging through a single open space. The front lock and included keys support secure storage when the box is closed. As a portable funds box, it can be moved from one location to another with ease, whether you are organizing a drawer, setting up a checkout area, or keeping small essentials close at hand on a counter or desk.
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": "Compact Keyed Metal Funds Box with Divided Interior",
"product_id": 9536132448495,
"variant_id": 50400667074799,
"quantity": 1,
"grams": 590,
"length_cm": "32.0",
"width_cm": "25.0",
"height_cm": "10.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").