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

    Interface InventoryEntryRemoveQuantityAction

    Updates availableQuantity based on the new quantityOnStock and amount of active reservations.

    interface InventoryEntryRemoveQuantityAction {
        action: "removeQuantity";
        quantity: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "removeQuantity"
    quantity: number

    Value to remove from quantityOnStock.