curl --location -g --request POST '{{BASE_URL}}/admin/inventory-items//location-levels/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"force": true,
"delete": [
"string"
],
"create": [
{
"location_id": "string",
"stocked_quantity": 0,
"incoming_quantity": 0
}
],
"update": [
{
"stocked_quantity": 0,
"incoming_quantity": 0,
"location_id": "string",
"id": "string"
}
]
}'
{
"message": "Discount must be set to dynamic",
"type": "not_allowed"
}