Home > @vsf-enterprise/bigcommerce-api > ProductAvailability
# ProductAvailability enum
Possible values of product availability.
Signature:
export declare enum ProductAvailability
# Enumeration Members
| Member | Value | Description |
|---|---|---|
| Available | "available" | The product is available for purchase. |
| Disabled | "disabled" | The product is listed on the storefront, but cannot be purchased. |
| Preorder | "preorder" | The product is listed for pre-orders. |