curl --location --request GET 'https://platform.shopranos.eu/api/InventoryLevels/'
{
"id": "string",
"productVariantId": "string",
"productId": "string",
"companyId": "string",
"locationId": "string",
"quantity": 0,
"expectedInventoryLines": [
{
"deliveryDate": "2019-08-24T14:15:22Z",
"expectedQuantity": 0
}
],
"updateDate": "2019-08-24T14:15:22Z"
}