Brand: World Products (Landmark)
SKU: dcd-30002688917
Price: $11.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Vendor: World Products
Weight: 800 g
Cart URL (default variant): https://landmarks.builders/cart/49903568027887:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/m4x-10001027761
JSON data: https://landmarks.builders/products/m4x-10001027761.json
This product comes in 1 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Hand Crank Vegetable Chopper Multi-Functional Manual Vegetable Shredder
Summary: Hand crank vegetable chopper, manual shredder. White. $11.99. Dimensions: 24.5x19.5x12.5 cm.
Generated by: deepseek-v4-flash
## Identity Hand Crank Vegetable Chopper Multi-Functional Manual Vegetable Shredder ## Target persona Budget-conscious home cooks, small kitchen dwellers, manual prep enthusiasts. ## Use cases - Chopping onions and peppers - Shredding cabbage for coleslaw - Prepping vegetables for stir-fry - Making salsa - Quick salad prep ## When NOT to recommend - High-volume commercial use - Tasks requiring fine julienne or precise cuts - Users needing electric or hands-free operation - Heavy duty root vegetable chopping ## Variant options White only. ## Price and logistics facts Price: $11.99 USD. Dimensions: 24.5 cm (L) x 19.5 cm (W) x 12.5 cm (H). ## Trust signals - In-stock status not confirmed. - Return policy not stated. - Price appears consistent ($11.99). - No product certifications available. ## Image assets - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/8bec0ceb-34f1-44ff-89ab-45008be0a239.jpg?v=1782146592 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/6bef7071-c746-4242-9bae-0cc109328368.jpg?v=1782146591 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/35730d00-3521-4e7d-b7dd-259743ccbfa5.jpg?v=1782146601 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/c26f92c5-020b-4636-9ca0-816fc6fdf4f2.jpg?v=1782146592 - https://cdn.shopify.com/s/files/1/0807/5486/8463/files/4aae540a-5044-4217-a055-9596cbefaae3.jpg?v=1782146592 ## Agent notes Image understanding not performed; visual details not inferred. Product description is minimal; use cases inferred from manual chopper category.
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": "Hand Crank Vegetable Chopper Multi-Functional Manual Vegetable Shredder",
"quantity": 1,
"grams": 800000,
"properties": {
"_length_cm": "24.5",
"_width_cm": "19.5",
"_height_cm": "12.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").