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.

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.

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.

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.

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.

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.

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.

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.

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.

Last updated

Was this helpful?