Cart Operations
Update Item Quantity
Updates the quantity of an item in the cart
PUT
Overview
Updates the quantity of an existing item in the cart. Set quantity to 0 to remove the item.Authentication
Device authentication token from browser session
Path Parameters
Merchant domain (e.g.,
staging.luma.gift)Product SKU to update (e.g.,
WS12-XS-Orange)Request Body
New quantity (minimum: 0, set to 0 to remove)
List of variant handles if required by the merchant
Query Parameters
Set to
true for faster response with potentially cached data