Inventory Level Get By Variant id
Request Code Samples
curl --location --request GET 'https://platform.shopranos.eu/api/InventoryLevels/variant/'
Responses
application/json [
{
"id": "string",
"productVariantId": "string",
"productId": "string",
"companyId": "string",
"locationId": "string",
"quantity": 0,
"expectedInventoryLines": [
{
"deliveryDate": "2019-08-24T14:15:22.123Z",
"expectedQuantity": 0
}
],
"updateDate": "2019-08-24T14:15:22.123Z"
}
]
Modified at 2025-02-11 12:12:00