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