--- title: CartLineInstructions - Storefront API description: Represents instructions for a cart line item. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/objects/cartlineinstructions md: https://shopify.dev/docs/api/storefront/unstable/objects/cartlineinstructions.md --- # Cart​Line​Instructions object Represents instructions for a cart line item. ## Fields * can​Remove [Boolean!](https://shopify.dev/docs/api/storefront/unstable/scalars/Boolean) non-null Whether the line item can be removed from the cart. * can​Update​Quantity [Boolean!](https://shopify.dev/docs/api/storefront/unstable/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/unstable/objects/CartLine#field-CartLine.fields.instructions)