Shipping Zones
Get Shipping Zones
Retrieves the shipping zones for a shop.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerThe shop ID.
Create Shipping Zone
Creates a new shipping zone.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonRequirednameRequiredstringMust not be greater than 255 characters.
priceRequirednumberMust be at least 0. Must not be greater than 99999.
currencyRequiredstringMust be 3 characters.
countriesRequiredarray<string>Must be 2 characters.
free_shipping_thresholdnumberMust be at least 0. Must not be greater than 99999.
Path Parameters
shopIdRequiredintegerThe shop ID.
Get Shipping Zone
Retrieves a specific shipping zone.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerThe shop ID.
zoneIdRequiredintegerThe shipping zone ID.
Delete Shipping Zone
Deletes a specific shipping zone.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerThe shop ID.
zoneIdRequiredintegerThe shipping zone ID.
Update Shipping Zone
Updates a specific shipping zone.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonRequirednameRequiredstringMust not be greater than 255 characters.
priceRequirednumberMust be at least 0. Must not be greater than 99999.
currencyRequiredstringMust be 3 characters.
countriesRequiredarray<string>Must be 2 characters.
free_shipping_thresholdnumberMust be at least 0. Must not be greater than 99999.
Path Parameters
shopIdRequiredintegerThe shop ID.
zoneIdRequiredintegerThe shipping zone ID.