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

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

Properties

Properties

action: "removeQuantity"
quantity: number

Value to remove from quantityOnStock.

Generated using TypeDoc