List Inventory at Locations
Return a list of inventory and inventory settings for all items in all locations.
**Limits**
* Limit of 1000 items for payload length.
Authentication
X-Auth-Tokenstring
### OAuth scopes
| UI Name | Permission | Parameter |
|:--------|:-----------|:----------|
| Store Inventory | read-only | `store_inventory_read_only` |
| Store Inventory | modify | `store_inventory` |
### Authentication header
| Header | Argument | Description |
|:-------|:---------|:------------|
| `X-Auth-Token` | `access_token` | For more about API accounts that generate `access_token`s, see [API Accounts and OAuth Scopes](/developer/docs/overview/api-fundamentals/api-accounts#api-accounts). |
### Further reading
For example requests and more information about authenticating BigCommerce APIs, see [Authentication and Example Requests](/developer/docs/overview/api-fundamentals/api-accounts).
For more about BigCommerce OAuth scopes, see [API Accounts and OAuth Scopes](/developer/docs/overview/api-fundamentals/api-accounts#oauth-scopes).
For a list of API status codes, see [API Status Codes](/developer/api-reference/rest/overview#rest-http-status-codes).
Query parameters
sku:in
List of sku separated by comma.
variant_id:in
List of variant_id separated by comma.
product_id:in
List of product_id separated by comma.
location_id:in
Comma separated list of location_id.
location_code:in
Comma separated list of location_code.
page
Specifies the page number in a limited (paginated) list.
limit
Controls the number of items per page in a limited (paginated) list.
Response
Request has been successfully processed.
data
meta