Home > @vsf-enterprise/bigcommerce-api > GraphQL > AggregatedInventory
# GraphQL.AggregatedInventory type
Signature:
export declare type AggregatedInventory = {
__typename?: 'AggregatedInventory';
availableToSell: Scalars['Int'];
warningLevel: Scalars['Int'];
};