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: postPath:
/ccadmin/v1/locations - deleteLocation
- Method: deletePath:
/ccadmin/v1/locations/{id} - getLocation
- Method: getPath:
/ccadmin/v1/locations/{id} - listLocations
- Method: getPath:
/ccadmin/v1/locations - updateLocation
- Method: putPath:
/ccadmin/v1/locations/{id}