input_object

AddCartRequestInput

Items to add to cart including item id, article id, size, meta, parent identifiers, article assignment, and custom JSON. Example: items=[{ item_id: 123, item_size: 'M', quantity: 2, store_id: 1 }]
Fields
List of items to add to the cart (with item id, size, quantity, etc.). Example: [{ item_id: 123, item_size: 'M', quantity: 2, store_id: 1 }]
new_cart
Boolean
If true, creates a new cart for this add-to-cart request. Example: true