x-cursor
header is provided, the system will use cursor-based pagination to fetch subsequent results.
x-next-cursor
header to indicate if there are more pages of results available.
x-cursor
header is not provided, the system will use offset-based pagination to fetch the first page of results.
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/inventoryLevels' \
--header 'x-companyId: b3e68ad4-06c8-4e70-965b-c02b38f66ef2'
[
{
"id": "string",
"productVariantId": "string",
"productId": "string",
"companyId": "string",
"locationId": "string",
"quantity": 0,
"reserved": 0,
"updateDate": "2019-08-24T14:15:22Z",
"insertDate": "2019-08-24T14:15:22Z"
}
]