Shipping::Zone
Fetch Zone
Retrieve a zone for a location group
get/shipping/zones/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 2,
"public_id": "iYwKFa",
"location_group_id": 3,
"name": "Example Shipping Zone",
"address_filter_id": null,
"region_ids": [],
"country_ids": [],
"includes_rest_of_world": false,
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": null
}