Lists

Loading all currencies

All currencies in the system can be retrieved using the API.

Endpoint [GET] /System/Lists/Currencies on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Load all languages

All languages in the system can be loaded using the API.

Endpoint [GET] /System/Lists/Languages on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Loading of all countries

All countries in the system can be loaded using the API.

Endpoint [GET] /System/Lists/Countries on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Loading all shippers

All shippers in the system can be loaded using the API.

Endpoint [GET] /System/Lists/Shippers on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Load shipper by identifier

Using the API, it is possible to load a specific shipper in the system according to its identifier.

Endpoint [GET] /System/Lists/Shippers/{id} on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Load all payment providers

All payment providers in the system can be loaded using the API.

Endpoint [GET] /System/Lists/PaymentsProviders on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Load payment provider by identifier

Using the API, it is possible to load a specific payment provider in the system according to its identifier.

Endpoint [GET] /System/Lists/PaymentsProviders/{id} on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Load all store providers

All store providers in the system can be loaded using the API.

Endpoint [GET] /System/Lists/StoresProviders on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Retrieve store provider by identifier

Using the API, it is possible to load a specific store provider in the system according to its identifier.

Endpoint [GET] /System/Lists/StoresProviders/{id} on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Last updated