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

    Interface InventoryEntryChangeQuantityAction

    Sets the quantityOnStock to an absolute value. This changes the availableQuantity, based on the number of active reservations. To make an incremental change instead, use the InventoryEntryAddQuantityAction update action.

    interface InventoryEntryChangeQuantityAction {
        action: "changeQuantity";
        quantity: number;
    }

    Hierarchy (View Summary)

    Index
    action: "changeQuantity"
    quantity: number

    Value to set for quantityOnStock.