/shipping-zones
GET {{baseUrl}}/shipping-zones?embed=<string>&fields=<string>&count=<integer>&offset=<integer>
Returns a list of all shipping zones
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
embed | string | ||
fields | string | Comma seperated list of properties to include | |
count | string | The maximum number of results to be returned | |
offset | string | The starting position for the returned values |
RESPONSES
status: OK
[{"country":{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e","iso":"\u003cstring\u003e"},"vat":"\u003cboolean\u003e"},{"country":{"id":"\u003cinteger\u003e","name":"\u003cstring\u003e","iso":"\u003cstring\u003e"},"vat":"\u003cboolean\u003e"}]