> ## 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.

# AmazonCartLine

> Represents cart items from an Amazon store. Allows updating the quantity of each item and providing detailed information about each product.

## Fields

***

<ParamField path="quantity" type={<>Int!</>} required>
  The number of items of this particular product in the cart.
</ParamField>

<ParamField path="product" type={<><a href="/api-reference/amazonproduct">AmazonProduct!</a></>} required>
  The Amazon product associated with this cart line item. See more about the `AmazonProduct` type [here](/api-reference/amazonproduct).
</ParamField>

## Related types

* [`AmazonStore`](/api-reference/amazonstore)
* [`CartLine`](/api-reference/cartline)
