# cartCreate - storefront - MUTATION Version: 2024-07 ## Description Creates a new cart. ### Access Scopes ## Arguments * [input](/docs/api/storefront/2024-07/input-objects/CartInput): CartInput - The fields used to create a cart. ## Returns * [cart](/docs/api/storefront/2024-07/objects/Cart): Cart The new cart. * [userErrors](/docs/api/storefront/2024-07/objects/CartUserError): CartUserError! The list of errors that occurred from executing the mutation. ## Examples