Represents the backorder mode for a product variant.

Enumeration Members

AllowQtyBelow0

Backorders are allowed even if the stock quantity is below zero. Customers can order the product regardless of stock availability.

AllowQtyBelow0AndNotifyCustomer

Backorders are allowed even if the stock quantity is below zero, and customers will be notified about the backorder status.

NoBackorders

No backorders are allowed. The product cannot be ordered if the stock quantity is zero or less.