variantId
) across all associated locations for a given company.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.x-companyId
header is missing or invalid, a 400 Bad Request response will be returned.variantId
does not exist, a 404 Not Found response will be returned.variantId
was not found.curl --location --request GET 'https://platform.shopranos.eu/api/inventoryLevels/var-123456789/total' \
--header 'x-companyId: b3e68ad4-06c8-4e70-965b-c02b38f66ef2'
{
"totalQuantity": 0
}