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