Skip to main content

Icommerce

The route to access the module is as follows: <Your-Domain>/api/icommerce/v3

You should take into account when making your request
info

Remember that for some requests, you need to send the authentication token.

Header Parameters

{
"Authorization": "Bearer ...token..."
}

And the query parameters are as follows:

Query Parameters

{
"setting": {
"timezone": "America/Bogota",
"fromAdmin": true,
"appMode": "iadmin",
"authProvider": "local",
"locale": "en"
}
}
Do you want to see the changes made through the API?
info

After using the API to access products, it's important to update the cache to see the changes.

How to do it:

  • Go to the upper-right corner and select the dropdown menu with your username.
  • Click on 'Settings.'
  • In the 'Actions' section, look for the 'Clear Cache' option.
  • Click on 'Clear Cache' to update the information and view the updated products.

Clear cache

Languages

The API supports many languages, one of which is:

LocaleName
esSpanish
enEnglish
deGerman
info

To use multiple languages in an application, you must have multiple language support enabled.

You can see which languages we support here: View languages

Products

The route to use the products endpoint is as follows: /products

Categories

The route to use the categories endpoint is as follows: /categories

Manufacturers

The route to use the manufacturers endpoint is as follows: /manufacturers