ShopifyCartLine

The ShopifyCartLine type allows Rye's cart API to manage and display cart items from a Shopify store, including updating the quantity of each item and providing detailed information about each product variant.

Fields


quantity: Int!

The number of items of this particular product variant in the cart.


variant: ShopifyVariant!

The product variant from the Shopify store that corresponds to this cart line item.