@gradientedge/commercetools-utils
    Preparing search index...

    Interface InventoryEntryAddQuantityAction

    Incrementally updates the quantityOnStock by the specified amount. This changes the availableQuantity, based on the number of active reservations.

    To set an absolute quantity value instead, use the [InventoryEntryChangeQuantityAction](ctp:api:type:InventoryEntryChangeQuantityAction) update action.
    
    interface InventoryEntryAddQuantityAction {
        action: "addQuantity";
        quantity: number;
    }

    Hierarchy (View Summary)

    Index
    action: "addQuantity"
    quantity: number

    Value to add to quantityOnStock.