Creates a new Shipping Configuration
Request
Body Params application/json
{
"id": "string",
"companyId": "string",
"shippingVatRate": 0,
"handlingCharges": 0,
"freeAtPrice": 0,
"freeAtWeight": 0,
"enableDeliveryZones": true
}
Request samples
curl --location --request POST '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
}'
Responses
application/json Modified at 2025-07-08 13:30:44