Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $16.67 – $19.44
Default variant: 38 L
Default SKU: dcd-30003575566
Default price: $16.67
Availability: Out of Stock
Product Type: Food Storage Container
Vendor: World Products
Weight: 5500 g
Cart URL (default variant): https://landmarks.builders/cart/50423884185839:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001257101
JSON data: https://landmarks.builders/products/wp-dcd-10001257101.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 insulated steel bucket combines a cylindrical stainless steel body with a smooth exterior and a consumption-ready inner liner for practical food storage. Its simple structure keeps the focus on function, giving you a stainless steel bucket that works well for holding soups, drinks, and other ready-to-serve foods. The insulated container design is paired with a locking, heat-retaining lid structure, helping maintain temperature after filling. Whether you are keeping something warm for mealtime or holding a cold item until it is needed, the bucket is made to support dependable short-term use at home or during serving. A secure lid and side handles improve daily handling, making this lock lid bucket easier to carry from one place to another. The handles also add convenience when moving the container between the kitchen, dining area, or storage space, especially when you want a simple and sturdy container for regular food storage. With its insulated steel bucket construction, this piece is suited to practical meal making and serving routines. It offers a clean look and a straightforward form that fits everyday use when you need a container that helps hold food or drinks in a controlled way.
Summary: This insulated steel bucket combines a cylindrical stainless steel body with a smooth exterior and a consumption-ready inner liner for practical food storage. Its simple structure keeps the focus on function, giving you a stainless steel bucket that works well for holding soups, drinks, and other ready-to-serve foods. The insulated container design is paired with a locking, heat-retaining lid structure, helping maintain temperature after filling. Whether you are keeping something warm for mealtime or holding a cold item until it is needed, the bucket is made to support dependable short-term use at home or during serving. A secure lid and side handles improve daily handling, making this lock lid bucket easier to carry from one place to another. The handles also add convenience when moving the container between the kitchen, dining area, or storage space, especially when you want a simple and sturdy container for regular food storage. With its insulated steel bucket construction, this piece is suited to practical meal making and serving routines. It offers a clean look and a straightforward form that fits everyday use when you need a container that helps hold food or drinks in a controlled way.
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": "Insulated Steel Bucket Side Handles Stainless Steel Bucket Cylindrical Household Storage",
"product_id": 9536889159919,
"variant_id": 50423884185839,
"quantity": 1,
"grams": 5500,
"length_cm": "42.0",
"width_cm": "42.0",
"height_cm": "55.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").