Heads up, our devs are blazing ahead—docs are catching up, so some features might not be fully documented yet.

Config

Config

List countries

get
/countries

List all countries.

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Query parameters
pageNumberintegerOptional

Reference to a specific page in a result set.

pageSizeintegerOptional

The number of items per page in a result set.

sortBystringOptional

Defines which field the resource list is sorted by.

sortDirectionstring · enumOptional
ENUM Description
ASC Sort in ascending order
DESC Sort in descending order
Possible values:
Responses
200

Example response

application/json
get
/countries
200

Example response

Get country details

get
/countries/{countryUid}

Get details for a country

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
countryUidstringRequired

Reference to a Country.

Pattern: ^[A-Za-z0-9-_]+
Responses
200

Example response

application/json
get
/countries/{countryUid}
200

Example response

List VAT codes

get
/vat

Get a list of current VAT codes.

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Query parameters
vatCountryCodestringOptional

Filter by country

pageNumberintegerOptional

Reference to a specific page in a result set.

pageSizeintegerOptional

The number of items per page in a result set.

sortBystringOptional

Defines which field the resource list is sorted by.

sortDirectionstring · enumOptional
ENUM Description
ASC Sort in ascending order
DESC Sort in descending order
Possible values:
Responses
200

Example response

application/json
get
/vat
200

Example response

List VAT codes for a country code

get
/countries/{countryCode}/vat

Get a list of current VAT codes for a specific country code.

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
countryCodestringRequired

countryCode

Query parameters
pageNumberintegerOptional

Reference to a specific page in a result set.

pageSizeintegerOptional

The number of items per page in a result set.

sortBystringOptional

Defines which field the resource list is sorted by.

sortDirectionstring · enumOptional
ENUM Description
ASC Sort in ascending order
DESC Sort in descending order
Possible values:
Responses
200

Example response

application/json
get
/countries/{countryCode}/vat
200

Example response

List locale

get
/metadata/locale

List all available locale

Responses
200

Locale response

application/json
get
/metadata/locale
200

Locale response

List currencies

get
/metadata/currencies

List all available currencies

Responses
200

List all available currencies

application/json
get
/metadata/currencies
200

List all available currencies

List labels

get
/metadata/labels

List available label formats. Label sizes are in mm.

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Responses
200

Example response

application/json
get
/metadata/labels
200

Example response

Last updated

Was this helpful?