Brand: World Products (Landmark)
SKU: dcd-30002761698
Price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 235 g
Cart URL (default variant): https://landmarks.builders/cart/49879154262255:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001044464
JSON data: https://landmarks.builders/products/m4x-10001044464.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Tofu Multi-Functional Tofu Dicer Even Cubes for Home Cooks
| Brand | KM |
Summary: A $9.99 tofu dicer from KM that cuts tofu into even cubes for home cooks.
Generated by: deepseek-v4-flash
## Identity Tofu Multi-Functional Tofu Dicer Even Cubes for Home Cooks by KM. Price $9.99. Dimensions 19.3x14.3x10.7 cm. ## Target persona Home cooks who regularly prepare tofu dishes and want consistent cube sizes. ## Use cases - Cutting tofu into even cubes for stir-fries, soups, or salads. - Preparing tofu for marinating or frying. - Quick uniform dicing of silken, firm, or extra-firm tofu. - Reducing prep time for tofu-based meals. ## When NOT to recommend - Professional chefs needing high-volume commercial dicing. - Users looking for a multi-vegetable dicer (this is tofu-specific). - Those who prefer cutting tofu by hand with a knife. - Buyers seeking a dishwasher-safe product (not specified). ## Variant options - Only one variant: Tofu Cutter, SKU dcd-30002761698, price $9.99. ## Price and logistics facts - Price: $9.99 USD. - Dimensions: 19.3 x 14.3 x 10.7 cm. - Single variant available. ## Trust signals - In-stock status not explicitly stated. - Return policy not provided. - Price appears consistent across variant. - No certifications listed. ## Image assets - Five product images available at provided URLs. ## Agent notes - Image content not analyzed; assume standard product photos.
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": "Tofu Multi-Functional Tofu Dicer Even Cubes for Home Cooks",
"quantity": 1,
"grams": 235000,
"properties": {
"_length_cm": "19.3",
"_width_cm": "14.3",
"_height_cm": "10.7"
}
}],
"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").