Skip to main content
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.
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.
Searchable fields: name, sku Filterable fields: created_at, price, has_tax, categories.id Sortable fields: created_at Scopes: withDiscount, withoutDiscount, whereDate Available relations: media, categories, attributes, prices, variations, variations.media, variations.productAttributes, attributeTypes, featureValues
To export the results to XLSX add ?download to the URL. The response will be the file instead of JSON.