Creates a new Shipping Configuration
Request
Body Params application/json-patch+json
{
"id": "string",
"companyId": "string",
"shippingVatRate": 0,
"handlingCharges": 0,
"freeAtPrice": 0,
"freeAtWeight": 0,
"enableDeliveryZones": true
}
Request Code Samples
curl --location --request POST 'https://platform.shopranos.eu/api/Shipping' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": "string",
"companyId": "string",
"shippingVatRate": 0,
"handlingCharges": 0,
"freeAtPrice": 0,
"freeAtWeight": 0,
"enableDeliveryZones": true
}'
Responses
This response does not have a body.
Modified at 2026-03-16 11:48:48