Update a location
PATCH {{base_url}}/api/locations/:location_id
Update details of a specific location, based on its ID.
NOTE: The value of the location's
type
cannot be updated.
Full documentation: Merchant API: Update a location
Request Body
{"name"=>"Cars website - Name update", "details"=>{"domain"=>"cars.example.com"}}