{
"lines": [
{
"productId": "50fca37a-f6ab-4131-bcd6-f660cfabc242",
"productVariantId": "d873c66c-df69-4ba6-8cce-d127adaee9a0"
}
]
}
curl --location --request POST 'https://platform.shopranos.eu/api/v1/inventoryLevels/Availability' \
--header 'x-companyId: b3e68ad4-06c8-4e70-965b-c02b38f66ef2' \
--header 'Content-Type: application/json' \
--data-raw '{
"lines": [
{
"productId": "50fca37a-f6ab-4131-bcd6-f660cfabc242",
"productVariantId": "d873c66c-df69-4ba6-8cce-d127adaee9a0"
}
]
}'
{}