stack

Home > @infiniteobjects/shopify-service > InventoryBehaviour

InventoryBehaviour enum

The behaviour to use when updating inventory

Signature:

export declare enum InventoryBehaviour 

Enumeration Members

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.