update_buy_list
Set the absolute quantity for a card on your buy list, specifying foil or non-foil. A value of zero removes the row.
Instructions
Set the absolute quantity for a buy-list card+finish (not a delta). A quantity of 0 removes the row. Use add_buy_list to increment instead. Requires IWMM_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | Internal IWMM card UUID. Get from search_cards or get_card. | |
| isFoil | No | Whether this is the foil variant. Foil and non-foil are separate rows. Defaults to false. | |
| quantity | Yes | Absolute quantity to set. 0 removes the row. |