Update Item in Cart
Updates the quantity or other properties of a specific item in the customer’s cart. By default returns the updated cart contents. Set return_status=true to get a status message with quantity info.
Path Parameters
Unique identifier for the cart item.
^[\w-]{32}$Body
Response
Cart item updated successfully.
- Option 1
- Status Message
Complete cart object with enhanced v2 structure.
Unique cart hash.
Unique cart key for the customer.
Cart items indexed by item key.
Total number of items in cart.
Total weight of all items.
Applied coupons.
Whether the cart needs payment.
Whether the cart needs shipping.
Cart fees.
Cart taxes.
Recently removed items that can be restored.
Cross-sell products.
Cart notices and messages.
Additional data from extensions.