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/v1/inventoryGroups/f0ea3f16-5b88-45c2-b061-9599769e1ebe' \
--header 'x-companyId: b3e68ad4-06c8-4e70-965b-c02b38f66ef2'
{
"id": "1e55196d-d34c-4d69-b28f-01b4646d75c6",
"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": "0dbeb13f-4bb6-482e-bc8f-1e19798f42bb",
"link": null,
"position": null,
"alt": null,
"mediaType": "Image",
"width": null,
"height": null,
"galleryId": "c4df8aac-d4a7-4f70-b8c7-d71f8434466c"
},
"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": "0712cd11-54fe-4b7d-8c7c-d61610dd617a",
"link": null,
"position": null,
"alt": null,
"mediaType": "Image",
"width": null,
"height": null,
"galleryId": "84d4c849-324c-43e3-8367-fc9c4dafb2a2"
},
"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-02-21T09:22:56.3684179+00:00",
"insertDate": "2025-02-21T09:22:56.3684189+00:00"
}