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

# ShopifyCartLine

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