Skip to main content
GET
List Shipping Zones

Query Parameters

altId
string
required

Location Id or Agency Id

Example:

"6578278e879ad2646715ba9c"

altType
enum<string>
required
Available options:
location
limit
number
default:0

The maximum number of items to be included in a single page of results

Example:

20

offset
number
default:0

The starting index of the page, indicating the position from which the results should be retrieved.

Example:

0

withShippingRate
boolean

Include shipping rates array

Example:

true

Response

Successful response

total
number
required

Total number of items

Example:

20

data
object[]
required

An array of items

Last modified on March 8, 2026