set_sealed_inventory
Add or update the quantity of a sealed product in your inventory by specifying its UUID and absolute amount.
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 |
|---|---|---|---|
| quantity | Yes | Absolute quantity to set for this product. | |
| sealedProductUuid | Yes | Sealed product UUID. Get it from get_sealed_products or get_sealed_product. |