Update the quantity of a card in the cart
| Parameter | Type | Required | Description |
|---|---|---|---|
cartId | string | Yes | Cart UUID |
cardId | string | Yes | Card UUID within the cart |
| Parameter | Type | Required | Description |
|---|---|---|---|
qty | integer | Yes | Quantity adjustment (positive to add, negative to remove) |
qty adds cards; negative qty removes cardsadded vs requested in the response for partial fulfillment