This resource provides a set of operations that allow you to create, read, update, and delete location types.
Location types are logical organizational levels in your enterprise, such as region, division, store, area, and department.
Operations
Create Location Type
POST /v1/commons/location_types
Delete Location Type
DELETE /v1/commons/location_types
Delete Location Type by ID
DELETE /v1/commons/location_types/{id}
Retrieve Location Type by External ID
GET /v1/commons/location_types/external_ids/{externalId}
Retrieve Location Type by ID
GET /v1/commons/location_types/{id}
Retrieve Location Types by Context
POST /v1/commons/location_types/multi_read
Retrieve Location Types by External IDs
POST /v1/commons/location_types/external_ids/multi_read
Retrieve Location Types by Location
POST /v1/commons/location_types/apply_read
Retrieve Location Types by Name
GET /v1/commons/location_types
Retrieve Location Types by Persistent IDs
POST /v1/commons/location_types/persistent_ids/multi_read
Update Location Type by ID
POST /v1/commons/location_types/{id}