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
items
[CartItem]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
BooleanIf true, creates a new cart for this add-to-cart request. Example: true
Was this section helpful?