Request
Body Params application/json
{
"shop_id": {{dev-shop-id}},
"from_district": 1454,
"to_district": 1452
}
Request Code Samples
curl --location --request POST 'http://petfen-shipping.local.com:8087/shiip/public-api/v2/shipping-order/available-services' \
--header 'token: {{dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"shop_id": {{dev-shop-id}},
"from_district": 1454,
"to_district": 1452
}'
Responses
application/json Modified at 2025-09-15 16:09:10