Update cart item
update_cart_itemSet the quantity of an item in the authenticated eBay shopping cart to any value from 0 to 99, with 0 removing the item from the cart.
Instructions
Set an item quantity in the authenticated user cart; quantity 0 removes it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | eBay item ID already in the cart | |
| quantity | Yes | New quantity; 0 removes the item |