Skip to main content
With the Jelou Shop API you can manage branches and create or update products programmatically if you do not use an external e-commerce as a data source.

Authentication

To consume the endpoints you need:
CredentialDescription
app_idYour store ID in Jelou Shop
TokenAuthentication token associated with the store
Both the app_id and the token are provided by Jelou during the Jelou Shop activation process. Contact the support team at [email protected] to obtain them.
Include the token in the Authorization header of each request:
Authorization: Bearer <API_KEY>

Base URL

Use the following base URL for all endpoints:
https://ecommerce.jelou.ai

Available resources