Update Locations
Update existing locations.
**Limits**
* Limit of 50 concurrent requests.
* Limit of 100 active locations.
Authentication
X-Auth-Tokenstring
### OAuth scopes
| UI Name | Permission | Parameter |
|:--------|:-----------|:----------|
| Store Locations | read-only | `store_locations_read_only` |
| Store Locations | modify | `store_locations` |
### 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-accounts#api-accounts). |
### Further reading
For example requests and more information about authenticating BigCommerce APIs, see [Authentication and Example Requests](/developer/docs/overview/api-accounts).
For more about BigCommerce OAuth scopes, see [API Accounts and OAuth Scopes](/developer/docs/overview/api-accounts#oauth-scopes).
For a list of API status codes, see [API Status Codes](/developer/api-reference/rest/overview#rest-http-status-codes).
Request
This endpoint expects a list of objects.
id
Location immutable unique identifier.
code
Location user-defined unique identifier.
label
Location label.
description
Description of location.
managed_by_external_source
Indicates if the third-party system is the source of truth for inventory values. If set to true, manually editing inventory in BCʼs control panel will be disabled.
type_id
Describe type of given location.
Allowed values:
enabled
Indicator of accessibility of the location.
operating_hours
Schedule with opening and closing hours for each day of the week.
time_zone
Time zone of location.
address
storefront_visibility
Indicator of accessibility of location on the storefront.
special_hours
Response
The request has been successfully processed.
transaction_id
Unique identifier of performed action.
Errors
422
Unprocessable Entity Error