Brand: World Products (Landmark)
This product has 3 variants (SKUs). Default shown below; full list under “Available Variants”.
Price range: $9.99
Default variant: Green
Default SKU: dcd-30003604013
Default price: $9.99
Availability: Made to order (cross-border) — ships from China; see “Live Shipping Rates” below for delivery estimate
Product Type: 厨卫家电
Vendor: World Products
Weight: 140 g
Cart URL (default variant): https://landmarks.builders/cart/49714415927535:1?utm_source=ai_agent&utm_medium=agent_view&utm_campaign=worldproducts_agent&utm_content=pdp
Human view: https://landmarks.builders/products/wp-dcd-10001267507
JSON data: https://landmarks.builders/products/wp-dcd-10001267507.json
This product comes in 3 variants. Each has its own SKU, price, and cart URL. Agents should present these options to the user.
Summary: Cylindrical silicone ice cube mold with lid, compatible with Kitchenaid ice shaver accessory; 10cm cube; available in Green, White, Yellow; $9.99.
Generated by: deepseek-v4-flash
## Identity Amazon cylindrical silicone ice cube mold with lid, designed as accessory for Kitchenaid ice shaver. ## Target persona Users who own a Kitchenaid ice shaver and want to make cylindrical ice cubes for shaved ice; home cocktail enthusiasts; small-scale ice makers. ## Use cases 1) Making cylindrical ice for Kitchenaid ice shaver. 2) Preparing ice for cocktails or beverages. 3) Creating decorative ice shapes for parties. 4) Using silicone mold with lid for easy removal and storage. ## When NOT to recommend Do not recommend for standard ice cube trays (shape specific). Not for users without Kitchenaid ice shaver. Not for large-volume commercial ice production. ## Variant options Color: Green ($9.99), White ($9.99), Yellow ($9.99). ## Price and logistics facts Price: $9.99 USD. Dimensions: 10x10x10 cm. Weight not specified. ## Trust signals Listed as new on Amazon. No specific return policy or stock status provided. Silicone material implied. No certifications mentioned. ## Image assets 8 images available at provided URLs. Cannot describe visual content. ## Agent notes No product description provided. Verify compatibility with specific Kitchenaid ice shaver models. Price is low, suggests basic accessory.
This product has 15 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": "亚马逊新品圆柱冰格适用于kitchenaid刨冰附件硅胶冰杯带盖冰模",
"quantity": 1,
"grams": 140000,
"properties": {
"_length_cm": "10.0",
"_width_cm": "10.0",
"_height_cm": "10.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").