Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $49.99 – $58.99
Default variant: 3.5L / Round Barrel
Default SKU: dcd-30003617904
Default price: $49.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 500 g
Cart URL (default variant): https://landmarks.builders/cart/49810851561711:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001272687
JSON data: https://landmarks.builders/products/m4x-10001272687.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Material: Made of translucent white plastic with a black lid and metal carry handle, this kitchen tool has a simple, utilitarian build that is easy to place, lift, and use in daily food prep.
Function: Designed as a condiment dispenser, it supports controlled pouring of ketchup, salad dressing, syrup, honey, and similar sauces through the bottom dispensing nozzle.
Design: The hanging sauce container form features a wide top opening for filling and a tapered bottom that helps guide contents toward the outlet for smoother dispensing.
Convenience: As a syrup dispenser, it is suited for countertop service, prep stations, or self-serve settings where quick access and tidy pouring matter.
Use: As a honey dispenser, it helps keep sticky condiments organized and ready to pour, making serving and portioning easier during meals or cooking tasks.
Summary: Hanging Sauce Container Metal Handle Condiment Press Bottle Black Lid. Description: 【Product Type】: This hanging sauce container is a practical kitchen tool designed as a translucent condiment dispenser for everyday prep and serving. 【Dispensing Function】: The bottom dispensing nozzle supports controlled pouring, making it useful as a syrup dispenser, honey dispenser, or for similar sauces. 【Construction】: Made from translucent white plastic with a black lid and metal carry handle, it has a simple, utilitarian build with a wide top opening. 【Convenience】: The hanging design and carry handle ma
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": "Hanging Sauce Container Metal Handle Condiment Press Bottle Black Lid",
"product_id": 9429837545711,
"variant_id": 49810851561711,
"quantity": 1,
"grams": 500,
"length_cm": "36.0",
"width_cm": "25.0",
"height_cm": "35.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").