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

    Interface InventoryEntryAddQuantityAction

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

    interface InventoryEntryAddQuantityAction {
        action: "addQuantity";
        quantity: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "addQuantity"
    quantity: number

    Value to add to quantityOnStock.