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

    Interface InventoryEntryChangeQuantityAction

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

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeQuantity"
    quantity: number

    Value to set for quantityOnStock.