Decrease an item's quantity
decrement_item_quantityDecreases the quantity of a specific item in a LighterPack packing list, preventing negative values by flooring at zero.
Instructions
Decreases quantity, floored at 0 (never negative).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | ||
| itemId | Yes | ||
| categoryId | Yes |