Home > @vsf-enterprise/bigcommerce-api > GraphQL > ProductInventory
# GraphQL.ProductInventory type
Signature:
export declare type ProductInventory = {
__typename?: 'ProductInventory';
isInStock: Scalars['Boolean'];
hasVariantInventory: Scalars['Boolean'];
aggregated?: Maybe<AggregatedInventory>;
};