Products
Search products
Filter, search and sort products, and optionally export them to XLSX.
POST
Unlike list, this endpoint does apply filters, search, scopes and sorting, sent in the request body.
string
required
Your store ID in Jelou Shop.
integer
default:"1"
Page number to return.
integer
default:"15"
Number of results per page (max. 200).
boolean
If present, the response is an XLSX file with the products matching the filters, instead of JSON.
object
Text search object.
object[]
List of filters to apply.
object[]
List of scopes (predefined filters) to apply.
object[]
Result ordering.
object[]
List of relations to expand in the response.
To export the results to XLSX add
?download to the URL. The response will be the file instead of JSON.