Shipping Zone Details
GET {{baseUrl}}/shipping/zones/:zone_id
This endpoint allows you to fetch a specific Custom Shipping Zone.
OAuth Scopes
shippings.read
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":200,"success":true,"data":{"id":488260393,"zone_code":".SA.riyadh","company":{"id":1473353380,"slug":null},"country":{"id":1473353380,"name":"السعودية","name_en":"Saudi Arabia","code":"SA","mobile_code":"+966"},"city":{"id":1473353380,"name":"الرياض","name_en":"Riyadh"},"cities_excluded":[{"id":257742554,"name":"أبو حليفة","name_en":"ABU HALIFA"}],"fees":{"amount":"15.00","currency":"SAR","type":"fixed"},"cash_on_delivery":{"status":true,"fees":"12.00"},"duration":"3-5"}}