Retrieve all locations for the specified company.
Authorization Policies Required:md_inventory
: Ensures the tenant has purchased or subscribed to the inventory module.
manage_inventory
: Ensures the user has the required permissions to manage inventory.
Request samples
curl --location --request GET 'https://platform.shopranos.eu/api/locations' \
--header 'x-companyId: b3e68ad4-06c8-4e70-965b-c02b38f66ef2'
Responses
application/json [
{
"id": "string",
"companyId": "string",
"name": "string",
"isActive": true,
"updateDate": "2019-08-24T14:15:22Z",
"insertDate": "2019-08-24T14:15:22Z"
}
]
Modified at 2025-07-08 13:29:55