AddItemsInput
Represents the parameters required for adding the items in the cart
This page contains
Fields
| items [CarItemInput!]! PREVIEW | Represents the items to be added in the cart |
| userId ID! | Represents the id of the user |
| accountId ID! | Represents the company id of user |
Mutations for AddItemsInput
| addItemsToCart PREVIEW | Add items to existing active cart or create new cart with provided items if active cart doesn't exist |


