set_sealed_inventory
Set the absolute quantity of a sealed product in your MTG inventory, adding or updating it as needed.
Instructions
Add or update a sealed product in the authenticated user's inventory by setting its absolute quantity (upserts the row for that product). This is a real write and is Premium-gated. Use remove_sealed_inventory to delete a row. Requires IWMM_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sealedProductUuid | Yes | Sealed product UUID. Get it from get_sealed_products or get_sealed_product. | |
| quantity | Yes | Absolute quantity to set for this product. |