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

    Interface InventoryEntryRemoveQuantityAction

    Removes a specific quantity from quantityOnStock. This changes the availableQuantity, based on the number of active reservations. You can update quantityOnStock to values below zero.

    Carts with existing `ReserveOnCart` reservations will not be invalidated by this update action and can still be ordered.
    
    interface InventoryEntryRemoveQuantityAction {
        action: "removeQuantity";
        quantity: number;
    }

    Hierarchy (View Summary)

    Index
    action: "removeQuantity"
    quantity: number

    Value to remove from quantityOnStock.