add_buy_list
Add a Magic: The Gathering card to your buy-list and increment its quantity. Provide the card ID, optionally specify foil variant and number to add.
Instructions
Add a card to the authenticated user's buy-list, incrementing the quantity (creates the row if absent). This is a real write. Use update_buy_list to set an absolute quantity or remove_buy_list to delete a row. 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 | No | How many to add. Defaults to 1. |