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/inventoryGroups/f0ea3f16-5b88-45c2-b061-9599769e1ebe' \
--header 'x-companyId: b3e68ad4-06c8-4e70-965b-c02b38f66ef2'{
"id": "01ff6625-fed1-40fd-9618-3b6de9345038",
"companyId": "b3e68ad4-06c8-4e70-965b-c02b38f66ef2",
"code": "001",
"title": "Inventory Group 001",
"translation": {
"title": {
"el": "Ομάδα Αποθεμάτων 001",
"en": "Inventory Group 001",
"ro": null,
"de": null,
"fr": null,
"it": null,
"bg": null,
"sq": null,
"es": null,
"ru": null,
"pl": null
}
},
"lines": [
{
"mediaItem": {
"id": "d8dc039e-dc55-454c-9ad2-7f8ffa79c504",
"link": null,
"position": null,
"alt": null,
"mediaType": "Image",
"width": null,
"height": null,
"galleryId": "f6e38fe5-7fdf-4e67-af0b-2aeb7e0a5f69"
},
"message": "Out of stock",
"quantity": 0,
"color": "Red",
"translation": {
"message": {
"el": "Εξαντλήθηκε",
"en": "Out of stock",
"ro": null,
"de": null,
"fr": null,
"it": null,
"bg": null,
"sq": null,
"es": null,
"ru": null,
"pl": null
}
}
},
{
"mediaItem": {
"id": "2c172bf6-a6da-4799-a4fd-5effc3c583d2",
"link": null,
"position": null,
"alt": null,
"mediaType": "Image",
"width": null,
"height": null,
"galleryId": "683a65bf-2e6f-45c4-a1ea-5357489b374b"
},
"message": "In stock",
"quantity": 10,
"color": "Green",
"translation": {
"message": {
"el": "Σε απόθεμα",
"en": "In stock",
"ro": null,
"de": null,
"fr": null,
"it": null,
"bg": null,
"sq": null,
"es": null,
"ru": null,
"pl": null
}
}
}
],
"updateDate": "2026-03-16T11:47:45.0366916+00:00",
"insertDate": "2026-03-16T11:47:45.0366924+00:00"
}