cartCreate - storefront - MUTATION
Version: 2024-10
Description:
Creates a new cart.
Access Scopes
Arguments
-
input:
CartInput -
The fields used to create a cart.
Returns
-
cart:
Cart
The new cart.
-
userErrors:
CartUserError!
The list of errors that occurred from executing the mutation.
-
warnings:
CartWarning!
A list of warnings that occurred during the mutation.
Examples