# cartNoteUpdate - storefront - MUTATION Version: 2024-04 ## Description Updates the note on the cart. ### Access Scopes ## Arguments * [cartId](/docs/api/storefront/2024-04/scalars/ID): ID! - The ID of the cart. * [note](/docs/api/storefront/2024-04/scalars/String): String! - The note on the cart. ## Returns * [cart](/docs/api/storefront/2024-04/objects/Cart): Cart The updated cart. * [userErrors](/docs/api/storefront/2024-04/objects/CartUserError): CartUserError! The list of errors that occurred from executing the mutation. ## Examples