x-total-count
header to indicate the total number of results available.
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.curl --location --request GET 'https://platform.shopranos.eu/api/v1/inventoryGroups' \
--header 'x-companyId: b3e68ad4-06c8-4e70-965b-c02b38f66ef2'
[
{
"id": "string",
"companyId": "string",
"code": "string",
"title": "string",
"updateDate": "2019-08-24T14:15:22Z",
"insertDate": "2019-08-24T14:15:22Z"
}
]