[
{
"productId": "string",
"productVariantId": "string"
}
]
curl --location --request POST 'https://platform.shopranos.eu/api/v1/inventoryLevels/products' \
--header 'x-companyId: b3e68ad4-06c8-4e70-965b-c02b38f66ef2' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"productId": "string",
"productVariantId": "string"
}
]'
{}