<- Locations API

Locations API

Update location

PUT

 /v2/locations/{location_id}

Permissions:MERCHANT_PROFILE_WRITE
Try in API Explorer
Link to section

Path parameters

Example code

Link to section

location_id

string

Required

The ID of the location to update.

Link to section

Request body

Link to section

location

The Location object with only the fields to update.

Link to section

Response fields

Link to section

errors

Information about errors encountered during the request.

Link to section

location

The updated Location object.