--- title: cartNoteUpdate - Storefront API description: > Updates the note on a [`Cart`](/docs/api/storefront/unstable/objects/Cart). The note is a text field that stores additional information, such as a personalized message from the buyer or special instructions for the order. api_version: unstable api_name: storefront source_url: html: 'https://shopify.dev/docs/api/storefront/unstable/mutations/cartNoteUpdate' md: 'https://shopify.dev/docs/api/storefront/unstable/mutations/cartNoteUpdate.md' --- # cart​Note​Update mutation Updates the note on a [`Cart`](https://shopify.dev/docs/api/storefront/unstable/objects/Cart). The note is a text field that stores additional information, such as a personalized message from the buyer or special instructions for the order. ## Arguments * cart​Id [ID!](https://shopify.dev/docs/api/storefront/unstable/scalars/ID) required The ID of the cart. * note [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) required The note on the cart. *** ## Cart​Note​Update​Payload returns * cart [Cart](https://shopify.dev/docs/api/storefront/unstable/objects/Cart) The updated cart. * user​Errors [\[Cart​User​Error!\]!](https://shopify.dev/docs/api/storefront/unstable/objects/CartUserError) non-null The list of errors that occurred from executing the mutation. * warnings [\[Cart​Warning!\]!](https://shopify.dev/docs/api/storefront/unstable/objects/CartWarning) non-null A list of warnings that occurred during the mutation. *** ## Examples * ### cartNoteUpdate reference