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

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

Properties

Properties

action: "addQuantity"
quantity: number

Value to add to quantityOnStock.

Generated using TypeDoc