Home > @vsf-enterprise/bigcommerce-api > GraphQL > ProductAvailable
# GraphQL.ProductAvailable type
Signature:
export declare type ProductAvailable = ProductAvailability & {
__typename?: 'ProductAvailable';
status: ProductAvailabilityStatus;
description: Scalars['String'];
};