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.{
"quantity": 0
}
curl --location --request PATCH 'https://platform.shopranos.eu/api/inventoryLevels/' \
--header 'x-companyId: b3e68ad4-06c8-4e70-965b-c02b38f66ef2' \
--header 'Content-Type: application/json' \
--data-raw '{
"quantity": 0
}'
{}