Home > @vsf-enterprise/bigcommerce-api > GraphQL > InventoryByLocations
# GraphQL.InventoryByLocations type
Signature:
export declare type InventoryByLocations = {
__typename?: 'InventoryByLocations';
locationEntityId: Scalars['Long'];
availableToSell: Scalars['Long'];
warningLevel: Scalars['Int'];
isInStock: Scalars['Boolean'];
locationDistance?: Maybe<Distance>;
locationEntityTypeId?: Maybe<Scalars['String']>;
locationEntityServiceTypeIds: Array<Scalars['String']>;
locationEntityCode: Scalars['String'];
};