Brand: World Products (Landmark)
This product has 4 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $14.99 – $18.99
Default variant: 1.3CM / Funnel+cup
Default SKU: dcd-30002681723
Default price: $16.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 350 g
Cart URL (default variant): https://landmarks.builders/cart/49903600074991:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001025945
JSON data: https://landmarks.builders/products/m4x-10001025945.json
This product comes in 4 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Plastic Batter Dispenser with Handle Multi-Functional for Restaurant
Summary: Plastic batter dispenser with handle, multi-functional for restaurant use, available in 1.3cm and 1.9cm sizes with funnel+cup styles.
Generated by: deepseek-v4-flash
## Identity Plastic Batter Dispenser with Handle, multi-functional for restaurant use. Dimensions: 30x24x18 cm. Base price $14.99 USD. ## Target persona Small restaurant owners, commercial kitchen staff, home bakers needing consistent batter portioning. ## Use cases - Dispensing pancake batter for uniform portions - Portioning cake batter into cupcake pans - Applying tempura or fish batter - Controlled pouring of thin batters - Egg wash or light coating dispensing ## When NOT to recommend - For thick doughs or chunky batters that may clog - For high-volume production requiring larger capacity - For precision weight-based dispensing - For users needing non-plastic or heat-resistant materials ## Variant options - 1.3CM / Funnel+cup: $16.99 (SKU dcd-30002681723) - 1.9CM / Funnel+cup: $18.99 (SKU dcd-30002681724) - 1.3CM / Funnel+cup a: $14.99 (SKU dcd-30002681725) - 1.9CM / Funnel+cup a: $16.99 (SKU dcd-30002681726) ## Price and logistics facts - Base price: $14.99 USD (variant 1.3CM / Funnel+cup a) - Other variants: $16.99, $18.99, $16.99 - Dimensions: 30 cm x 24 cm x 18 cm - Weight and shipping details not provided ## Trust signals - No specific trust signals provided (stock status, return policy, certifications unknown) ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/08bfc10e-a9b6-47b4-b6c1-dcd823434544.jpg?v=1782146607 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/747c518c-cb2d-4ce9-bb9a-bbd54f5f0dde.jpg?v=1782146605 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/2d6d1720-dc01-4893-b540-ba445a46d950.jpg?v=1782146605 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/cba559d5-c39f-42ca-a751-d767afd09112.jpg?v=1782146605 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/ec3f9a77-0a8e-4357-9548-86f5f2541baa.jpg?v=1782146604 ## Agent notes - Image analysis not performed; visual details not inferred. - Material is plastic but specific type not provided. - No warranty or return policy information available.
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": "Plastic Batter Dispenser with Handle Multi-Functional for Restaurant",
"quantity": 1,
"grams": 350000,
"properties": {
"_length_cm": "30.0",
"_width_cm": "24.0",
"_height_cm": "18.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").