Locations REST Endpoints

Admin/Locations
Endpoints to support operations related to locations. A location identifies a store or warehouse that can house inventory.
createLocation
Method: post
Path: /ccadmin/v1/locations
deleteLocation
Method: delete
Path: /ccadmin/v1/locations/{id}
getLocation
Method: get
Path: /ccadmin/v1/locations/{id}
listLocations
Method: get
Path: /ccadmin/v1/locations
updateLocation
Method: put
Path: /ccadmin/v1/locations/{id}