md_inventory
: Ensures the tenant has purchased or subscribed to the inventory module.manage_inventory
: Ensures the user has the necessary permissions to manage inventory.{
"productVariantId": "d873c66c-df69-4ba6-8cce-d127adaee9a0",
"productId": "50fca37a-f6ab-4131-bcd6-f660cfabc242",
"locationId": "70015911-5aee-4516-bd9f-168a1807445c",
"quantity": 10
}
curl --location --request POST 'https://platform.shopranos.eu/api/inventoryLevels' \
--header 'x-companyId: b3e68ad4-06c8-4e70-965b-c02b38f66ef2' \
--header 'Content-Type: application/json' \
--data-raw '{
"productVariantId": "d873c66c-df69-4ba6-8cce-d127adaee9a0",
"productId": "50fca37a-f6ab-4131-bcd6-f660cfabc242",
"locationId": "70015911-5aee-4516-bd9f-168a1807445c",
"quantity": 10
}'
{
"id": "string"
}