Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantInventoryPolicy
The valid values for the inventory policy of a product variant once it is out of stock.
Signature:
export declare enum ProductVariantInventoryPolicy
Member | Value | Description |
---|---|---|
Continue | "CONTINUE" |
Customers can buy this product variant after it’s out of stock. |
Deny | "DENY" |
Customers can’t buy this product variant after it’s out of stock. |