Home > @infiniteobjects/shopify-service > InventoryBehaviour
The behaviour to use when updating inventory
Signature:
export declare enum InventoryBehaviour
Member | Value | Description |
---|---|---|
bypass | "bypass" |
Do not claim inventory |
decrementIgnoringPolicy | "decrement_ignoring_policy" |
Ignore the product’s inventory policy and claim inventory |
decrementObeyingPolicy | "decrement_obeying_policy" |
Follow the product’s inventory policy and claim inventory, if possible. |