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

---
title: "ShopifyCartLine"
description: "Represents cart items from a Shopify store. Allows updating the quantity of each item and providing detailed information about each product variant."
---

## Fields

***

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

<ParamField path="variant" type={<a href="/api-reference/shopifyvariant">ShopifyVariant!</a>} required>
  The product variant from the Shopify store that corresponds to this cart line item.
</ParamField>

## Related types

* [`ShopifyStore`](/api-reference/shopifystore)
* [`CartLine`](/api-reference/cartline)


---

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