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": "b0d66fc8-52f8-46de-9050-17f95a0fc9a6",
"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": "6a0dba2c-25c8-4186-a924-3efadb32f3b3",
"link": null,
"position": null,
"alt": null,
"mediaType": "Image",
"width": null,
"height": null,
"galleryId": "59f97eaa-0718-4f6d-8b06-eea0944320b3"
},
"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": "031bd092-26ce-4921-bcfb-e2c3b2e9c086",
"link": null,
"position": null,
"alt": null,
"mediaType": "Image",
"width": null,
"height": null,
"galleryId": "c40030a2-877b-4c00-ae32-4afdeaeb9f83"
},
"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": "2025-06-02T09:35:07.6280225+00:00",
"insertDate": "2025-06-02T09:35:07.6280228+00:00"
}