Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $42.99 – $48.99
Default variant: Black / 40x30x20cm
Default SKU: dcd-30000065062
Default price: $42.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 1800 g
Cart URL (default variant): https://landmarks.builders/cart/49810470600943:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10000011116
JSON data: https://landmarks.builders/products/m4x-10000011116.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Lockable heavy-duty toolbox
Summary: Lockable heavy-duty plastic toolbox in black, available in two sizes, priced from $42.99.
Generated by: deepseek-v4-flash
## Identity Lockable heavy-duty plastic toolbox, black, available in two sizes (40x30x20cm and 41x32x20.5cm). ## Target persona DIY homeowners, tradespeople, hobbyists needing secure portable storage for tools and hardware. ## Use cases - Securing tools on a job site or in a vehicle - Organizing and storing small hardware, nuts, bolts - Transporting tools between home and work - Locking valuables like power tool batteries - Storing gardening tools in a shed - Keeping tool sets tidy in a garage ## When NOT to recommend - Storing extremely heavy metal tools that exceed the plastic box weight capacity - Use as a permanent, tamper-proof security safe (plastic can be broken) - Storing corrosive chemicals that may damage the plastic - Buyer needing a rolling or stackable system (not mentioned) ## Variant options - Black / 40x30x20cm: $42.99 (SKU dcd-30000065062) - Black / 41x32x20.5cm: $48.99 (SKU dcd-30000065064) ## Price and logistics facts - Price range: $42.99 - $48.99 USD - Dimensions: 40x30x20cm (smaller variant), 41x32x20.5cm (larger variant) - Material: Plastic ## Trust signals - Price consistency across variants - Lockable lid for security - No return policy or stock status provided in source data ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/51119f96-964b-4fe8-8865-65af211d57e0.png?v=1781597333 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8dbe6c73-9198-4994-b332-4ce71d61b88a.png?v=1781597333 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8c7ee978-68a5-4966-b333-1c1771e17b2b.png?v=1781597332 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/06acdcc4-65db-413d-998d-f862abfa2980.png?v=1781597333 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/365466d0-18ca-4e33-a900-eb50ec0930f2.png?v=1781597333 ## Agent notes - Image content was not inspected; visual features (color, locks, interior) are assumed based on product title but not confirmed from images. - No weight capacity or material thickness provided. - No information on whether pick-and-pluck foam or dividers are included.
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": "Lockable heavy-duty toolbox",
"quantity": 1,
"grams": 1800000,
"properties": {
"_length_cm": "43.0",
"_width_cm": "34.0",
"_height_cm": "22.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").