List Locations

List locations. You can use optional filter parameters. **Limits** * Limit of 50 concurrent requests. * 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

location_id:inintegerOptional

Comma separated list of location_id.

location_code:instringOptional

Comma separated list of location_code.

is_defaultbooleanOptional
Filter whether the location is the default.
type_id:instringOptional
Comma separated list of locations type codes.
managed_by_external_sourcebooleanOptional
Filter whether an external source manages location inventory levels.
is_activebooleanOptional

Filter by active locations flag; return both if not specified.

storefront_visibilitybooleanOptional

Filter by storefront_visibility flag; return both if not specified.

pageintegerOptional

Specifies the page number in a limited (paginated) list of products.

limitintegerOptional

Controls the number of items per page in a limited (paginated) list of products.

Response

The request has been successfully processed.
datalist of objects
metaobject