--- title: CartLineInstructions - Storefront API description: Represents instructions for a cart line item. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/objects/CartLineInstructions' md: >- https://shopify.dev/docs/api/storefront/latest/objects/CartLineInstructions.md --- # Cart​Line​Instructions object Represents instructions for a cart line item. ## Fields * can​Remove [Boolean!](https://shopify.dev/docs/api/storefront/latest/scalars/Boolean) non-null Whether the line item can be removed from the cart. * can​Update​Quantity [Boolean!](https://shopify.dev/docs/api/storefront/latest/scalars/Boolean) non-null Whether the line item quantity can be updated. *** ## Map ### Fields with this object * {}[CartLine.instructions](https://shopify.dev/docs/api/storefront/latest/objects/CartLine#field-CartLine.fields.instructions)