Developers Retailys.com
  • Introduction
  • Application development
    • Initialization
    • Configuration
    • Removing
  • RESTful API - Retailys
    • Sales channels
    • Content
      • Products
      • Categories
      • Variants
      • Families
    • Orders
    • Events
    • Templates (UI elements and snippets)
      • Administration
      • Eshop
    • Stores
    • Suppliers
    • Users
    • Companies
    • Logged in user
    • Lists
  • Retailys language
  • User's rights
  • Useful commands
  • Examples
  • Contacts
Powered by GitBook
On this page
  • Loading all currencies
  • Load all languages
  • Loading of all countries
  • Loading all shippers
  • Load shipper by identifier
  • Load all payment providers
  • Load payment provider by identifier
  • Load all store providers
  • Retrieve store provider by identifier

Was this helpful?

  1. RESTful API - Retailys

Lists

PreviousLogged in userNextRetailys language

Last updated 3 years ago

Was this helpful?

Loading all currencies

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

Endpoint [GET] 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] 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] 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] 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.

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.

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.

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.

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.

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

Endpoint [GET] on the API you can easily try.

Endpoint [GET] on the API you can easily try.

Endpoint [GET] on the API you can easily try.

Endpoint [GET] on the API you can easily try.

Endpoint [GET] on the API you can easily try.

/System/Lists/Currencies
/System/Lists/Languages
/System/Lists/Countries
/System/Lists/Shippers
/System/Lists/Shippers/{id}
/System/Lists/PaymentsProviders
/System/Lists/PaymentsProviders/{id}
/System/Lists/StoresProviders
/System/Lists/StoresProviders/{id}