CartCreateInput
InputThis is the input type for creating a cart.
#
Fields
- CartAddressInput
billingAddress Optional billing address for the cart.
- String
countryCode Two-digit country code as per ISO 3166-1 alpha-2
- String!
currency ISO 4217 currency code.
- String
customerEmail Email address of the customer associated with the cart.
- ID
customerId The unique identifier of the customer associated with the cart.
- [CartLineItemInput!]
lineItems Optional list of line items to be added to the cart.
- Boolean
marketingConsent Optional marketing consent preference associated with the cart.
- ID
priceChannelId Optional unique identifier of the price channel.
- CartAddressInput
shippingAddress Optional shipping address for the cart.
- ID!
storeId The unique identifier of the store.