Carts
Add Item to Cart
Adds an item to an existing cart.
POST
/
cart
/
{cartId}
/
cart-item
Authorizations
Path Parameters
The ID of the cart to add the item to.
Body
application/json
The unique ID of the product.
The quantity of the product in the cart.
An array of selected modifier options for the product (if applicable).
Any special instructions for this cart item.
Response
200 - application/json
The unique ID of the cart.
The total quantity of items in the cart.
The subtotal of the cart (before taxes and fees).
The total tax amount.
The final order total.
An array of cart items with details.