AddItemsInput
Input parameters for adding items to a cart
This page contains
Fields
| items [CarItemInput!]! | List of items to be added to the cart |
| userId ID! | Unique identifier of the user |
| accountId ID! | Unique identifier of the account (company) |
| isPreviewCheckout Boolean | Indicates if the cart is in checkout preview mode |
Mutations for AddItemsInput
| addItemsToCart | Creates a new cart or adds items to an existing active cart |