> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "AmazonDeliveryEstimateRange"
description: "Estimated range of dates that an amazon product will be delivered."
---

## Fields

<ParamField path="productId" type="String!" required>
  The amazon productId or ASIN.
</ParamField>

<ParamField path="earliest" type={<a href="/api-reference/time">Time!</a>} required>
  Earliest date the product can be delivered in Date ISO string format. See [Time](/api-reference/time) for more information.
</ParamField>

<ParamField path="latest" type={<a href="/api-reference/time">Time!</a>} required>
  Latest date the product can be delivered in Date ISO string format.S ee [Time](/api-reference/time) for more information.
</ParamField>

## Related types

* [`AmazonOffer`](/api-reference/amazonoffer)


---

*Powered by [holocron.so](https://holocron.so)*
