Brand: World Products (Landmark)
This product has 2 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $386.99 – $434.99
Default variant: Large Dicer Full SET
Default SKU: dcd-30003601092
Default price: $434.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 厨卫家电
Vendor: World Products
Weight: 7000 g
Cart URL (default variant): https://landmarks.builders/cart/49714564825327:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001266402
JSON data: https://landmarks.builders/products/wp-dcd-10001266402.json
This product comes in 2 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Electric commercial dicer for cutting fruits, vegetables, ham, etc. into cubes or particles. Available in small and large sets.
Generated by: deepseek-v4-flash
## Identity Electric commercial dicer (切丁机) for cutting fruits, vegetables, ham, etc. into cubes or particles. ## Target persona Commercial kitchens, food processing businesses, catering services, and bulk food preparation facilities. ## Use cases - Dicing carrots, potatoes, and onions for soups or stews - Preparing ham or meat cubes for salads or casseroles - Cutting bell peppers and cucumbers for restaurant garnishes - Processing large batches of tomatoes for sauces - Dicing tofu or cheese for appetizers - Chopping nuts or dried fruits for bakery items ## When NOT to recommend - For home kitchens with limited counter space (dimensions 39.5×28.5×43.5 cm) - For occasional use (designed for high-volume commercial operation) - For users needing a multifunctional blender or food processor - When budget is under $300 (small variant starts at $386.99) ## Variant options - **Small Dicer Full SET** – $386.99 - **Large Dicer Full SET** – $434.99 ## Price and logistics facts - Small Dicer Full SET: $386.99 - Large Dicer Full SET: $434.99 - Dimensions: 39.5 cm (L) × 28.5 cm (W) × 43.5 cm (H) ## Trust signals - In-stock status unknown; no reviews or ratings available - No warranty or return policy provided - Price consistent across variants (no discounts) - No certifications listed ## Image assets - 8 images available: https://cdn.shopify.com/s/files/1/0807/5486/8463/files/a29d0b4b61c84a0dbe0d7fcc57527c2f.png?v=1781085638 (and similar URLs) - Visual details not analyzed; treat as fetchable assets. ## Agent notes - No product description provided; assume basic functionality as a dicer. - Images not inspected – do not assume materials, color, or included accessories beyond variant names.
This product has 14 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": "商用切丁机自动切块器电动水果蔬菜胡萝卜粒火腿土豆丁洋葱圈颗粒",
"quantity": 1,
"grams": 7000000,
"properties": {
"_length_cm": "39.5",
"_width_cm": "28.5",
"_height_cm": "43.5"
}
}],
"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").