get_amazon_delivery_time
Get address-dependent Amazon delivery estimates and full listing details for an ASIN and ZIP, including arrival time, free vs paid options, delivery speed, lead time, and high-return warning.
Instructions
[Amazon Delivery Time] Return the full listing detail for one ASIN plus address-dependent delivery estimates. Use when: the user explicitly needs estimated arrival, free vs paid delivery timing, the fastest option, handling lead time, or the listing's high-return warning. Don't use: for ordinary product detail only; use get_amazon_product at the lower 1-point cost. Returns: data.json[0].data.results[0] inherits every get_amazon_product field and adds frequentlyReturnedItem, leadTime, and delivery{deliveryTime,fastestDelivery,deliveryTimeFree,deliveryTimePay,deliveryFastest}. Unavailable extra fields are empty strings. Cost: 2 points/call, ~5s. Delivery results depend on the zipcode address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin | Yes | Amazon ASIN, 10 letters/digits (case-insensitive; auto-uppercased). | |
| site | No | Amazon marketplace. Defaults to amz_us. | amz_us |
| zipcode | No | ZIP code matching the marketplace country. Delivery estimates vary by address; the backend selects a country-matched ZIP when omitted. | |
| clientSource | No | 调用来源标记。仅由 Pangolinfo Skill 传 skill;普通 MCP 调用省略即可。 |