Authorizations
Access token
Path Parameters
cart id
Body
application/json
Schema for updating a cart item, including adding, removing, or adjusting the quantity of a product or variant.
The ID of the product to update in the cart.
Examples:
"01H9XYZ12345ABCDE"
The ID of the product variant, or null if the product has no variants.
Examples:
null
The quantity of the product to add to or update in the cart. Use 0
to remove the item from the cart.
Required range:
x >= 0
Examples:
1