Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $3.13 – $4.10
Default variant: 30L Black Box with Inner
Default SKU: dcd-30003808573
Default price: $3.13
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: Delivery Box
Vendor: World Products
Weight: 2200 g
Cart URL (default variant): https://landmarks.builders/cart/50457599148271:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001340414
JSON data: https://landmarks.builders/products/wp-dcd-10001340414.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
This black insulated delivery box is designed for couriers and commuters. It has a thermal lining to keep hot items hot and cold items cold. It features an inner rigid chassis and rigid pad board to maintain shape and protect contents. A reflective strip on the front flap enhances visibility in low light. Reinforced edges, heavy-duty side straps, and secure buckles allow mounting on two-wheelers or motorcycle racks.
Summary: Thermal delivery box with insulated lining, inner rigid chassis, and reflective strip for courier use; 47x38x12 cm, 30L variant at $3.13 and 45L at $4.10.
Generated by: deepseek-v4-flash
## Identity Insulated Delivery Box Portable Thermal Container (delivery box) in black. Includes thermal lining, inner rigid chassis, rigid pad board, reinforced edges, heavy-duty side straps, secure buckles, and reflective strip on front flap. Variants: 30L and 45L. ## Target persona - Motorcycle and scooter food couriers needing a low-cost thermal carry box. - Small delivery service operators mounting boxes on two-wheelers. - Daily commuters transporting meals or groceries on a bike/scooter. - Budget-conscious buyers seeking basic temperature insulation without premium certification. ## Use cases - Keeping food hot during short delivery runs. - Keeping cold items chilled while commuting or making multiple stops. - Attaching to a motorcycle or scooter rack for package or food delivery. - Transporting groceries or takeaway orders on a two-wheeler. - Professional courier work that needs a rigid, shaped container with visible reflective strip. ## When NOT to recommend - When verified temperature retention duration or certified cold-chain performance is required. - For loads larger than 45L or irregularly shaped cargo. - As a shipping parcel for courier networks (it is a delivery carrying box, not a shipping carton). - For air travel or checked luggage where airline size/durability rules apply. ## Variant options - 30L Black Box with Inner — SKU dcd-30003808573 — $3.13 USD - 45L Black Box with Inner — SKU dcd-30003808574 — $4.10 USD ## Price and logistics facts - Prices in USD are fixed as listed: $3.13 (30L) and $4.10 (45L). - Dimensions: 47.0 cm L x 38.0 cm W x 12.0 cm H (per product data). - No shipping weight, shipping cost, or lead time provided. ## Trust signals - Listed on an online content platform catalog with tags indicating quality-audited and content-validated status. - Two separate SKUs/prices confirm variant consistency. - No certification (e.g., FDA, food-safe, temperature rating) is claimed in the provided facts. - Return policy and stock status are not stated. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a4606e16-0e4d-4ad2-b587-c012cfe09574.jpg?v=1786250829 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4741aa08-1719-40e9-8f4f-71b2121b5d1e.jpg?v=1786250830 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/d53f8ccd-7c5c-4c86-9a04-85cd12e60630.jpg?v=1786250834 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/337aba6f-f48f-44b4-bd92-0fcd6ca39fef.jpg?v=1786250837 ## Agent notes - Image understanding was not performed; do not infer visual condition, color accuracy, or photographic content beyond the textual description. - The rigid chassis and straps suggest mounting is possible, but compatibility with specific motorcycle/scooter rack models is unverified. - Temperature retention duration is not specified; treat as unverified. - The 47x38x12 cm dimensions likely refer to the box footprint/height, not its internal volume; capacity may differ. - No material composition beyond 'thermal lining' and no cleaning or care instructions were provided.
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": "Insulated Delivery Box Portable Thermal Container",
"product_id": 9538740191471,
"variant_id": 50457599148271,
"quantity": 1,
"grams": 2200,
"length_cm": "47.0",
"width_cm": "38.0",
"height_cm": "12.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").