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
API keyAPI key to authenticate requests to the ecommerce gateway
Find the app_id (Shop ID) in Shop Admin → Settings or directly in Settings.Generate and manage your API key from the API Keys module.
Include the API key in the x-api-key header of each request:
x-api-key: YOUR_API_KEY

Base URL

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

Available resources

Branches

Create and manage branches to organize your products by location.

Products

Create or update products with variations and branch assignment.