/shipping-zones

GET {{baseUrl}}/shipping-zones?embed=<string>&fields=<string>&count=<integer>&offset=<integer>

Returns a list of all shipping zones

Request Params

KeyDatatypeRequiredDescription
embedstring
fieldsstringComma seperated list of properties to include
countstringThe maximum number of results to be returned
offsetstringThe starting position for the returned values

RESPONSES

status: OK

[{&quot;country&quot;:{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;iso&quot;:&quot;\u003cstring\u003e&quot;},&quot;vat&quot;:&quot;\u003cboolean\u003e&quot;},{&quot;country&quot;:{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;iso&quot;:&quot;\u003cstring\u003e&quot;},&quot;vat&quot;:&quot;\u003cboolean\u003e&quot;}]