Brand: World Products (Landmark)
This product has 5 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $307.50 – $326.25
Default variant: 24L Gray 4-grid
Default SKU: dcd-30003733565
Default price: $307.50
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 8500 g
Cart URL (default variant): https://landmarks.builders/cart/50150982484207:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001314963
JSON data: https://landmarks.builders/products/m4x-10001314963.json
This product comes in 5 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Core Identity: This high-capacity insulated food display box is designed to keep your culinary creations at the perfect temperature, serving as a reliable thermal station for professional food presentation.
Temperature Control: Engineered as a high-performance cooler box, the expanded polypropylene construction provides exceptional thermal retention to keep your dishes hot or cold for extended periods.
Complete Set: This versatile cooler box with trays includes removable metal food trays, ice plates, and ice bags, allowing you to organize and chill your ingredients with absolute ease.
Smart Design: Featuring a solid lid paired with a clear flip-up cover, this heavy-duty container allows customers and personnel to view the contents clearly while maintaining internal temperatures.
Spacious Capacity: With a generous 24 L volume, this portable box offers outer dimensions of 59 x 38 x 21 cm and inner dimensions of 51 x 30 x 15 cm to accommodate substantial food portions.
Summary: Insulated Food Display Box Thermal Container Chilled for Caterers, Vendors. 【Core Identity】: This high-capacity insulated food display box is designed to keep your culinary creations at the perfect temperature, serving as a reliable thermal station for professional food presentation. 【Temperature Control】: Engineered as a high-performance cooler box, the expanded polypropylene construction provides exceptional thermal retention to keep your dishes hot or cold for extended periods. 【Complete Set】: This versatile cooler box with trays includes removable metal food trays, ice plates, and ice bags
Generated by: m4x-map-v1
This product has 12 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 Food Display Box Thermal Container Chilled for Caterers, Vendors",
"product_id": 9456932749551,
"variant_id": 50150982484207,
"quantity": 1,
"grams": 8500,
"length_cm": "61.0",
"width_cm": "40.0",
"height_cm": "23.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").