> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# AmazonDeliveryEstimateRange

> 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/amazonofferobject)
