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

---
title: "AmazonCartLine"
description: "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)


---

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