{
"type": "Shopranos",
"externalApiUrl": "string",
"unitCondition": "Multiply",
"salesUnit": "Primary",
"locations": [
"string"
],
"showAvailabilityWhenSellOutOfStock": true
}curl --location --request PUT 'https://platform.shopranos.eu/api/inventory/settings' \
--header 'x-companyId;' \
--header 'x-storeId;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"type": "Shopranos",
"externalApiUrl": "string",
"unitCondition": "Multiply",
"salesUnit": "Primary",
"locations": [
"string"
],
"showAvailabilityWhenSellOutOfStock": true
}'