curl --request GET \
--url 'https://api.stateset.com/api/v1/shipping-zones' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"total": 1,
"zones": [
{
"countries": [],
"created_at": "string",
"id": "string",
"is_active": true,
"name": "string",
"priority": 1
}
]
}
List zones
GET
/
api
/
v1
/
shipping-zones
curl --request GET \
--url 'https://api.stateset.com/api/v1/shipping-zones' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"total": 1,
"zones": [
{
"countries": [],
"created_at": "string",
"id": "string",
"is_active": true,
"name": "string",
"priority": 1
}
]
}
Query parameters
integer (int32)
integer (int32)
Responses
ShippingZoneListResponse
curl --request GET \
--url 'https://api.stateset.com/api/v1/shipping-zones' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"total": 1,
"zones": [
{
"countries": [],
"created_at": "string",
"id": "string",
"is_active": true,
"name": "string",
"priority": 1
}
]
}
⌘I