{
"id": "string",
"companyId": "string",
"shippingVatRate": 0,
"handlingCharges": 0,
"freeAtPrice": 0,
"freeAtWeight": 0,
"enableDeliveryZones": true
}
curl --location --request PUT 'https://platform.shopranos.eu/api/Shipping' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"companyId": "string",
"shippingVatRate": 0,
"handlingCharges": 0,
"freeAtPrice": 0,
"freeAtWeight": 0,
"enableDeliveryZones": true
}'
{}