Skip to main content
GET
string
required
Your store ID in Jelou Shop.
integer
default:"15"
Number of products per page (max. 200).
integer
default:"1"
Page number to query.
string
Relations to include, comma-separated. Available: media, categories, attributes, prices, variations, variations.media, variations.productAttributes, attributeTypes, featureValues.
This endpoint does not filter, search or sort. To apply filters (price, has_tax, categories.id, created_at), search by name/sku, sort, use scopes or export to XLSX, use the Search products endpoint.

Response fields

Each product in data contains the following fields: The response includes pagination in the links and meta objects:
Replace {app_id} with your store ID and YOUR_API_KEY with your API key.