Skip to main content
POST
/
apps
/
{app_id}
/
branches
/
search
curl -X POST "https://ecommerce.jelou.ai/apps/{app_id}/branches/search" \
  -H "Authorization: Bearer <API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "search": {
      "value": "downtown"
    },
    "filters": [
      { "field": "status", "value": true }
    ]
  }'
app_id
string
required
Your store ID in Jelou Shop.
Text search object.
filters
object[]
List of filters to apply.
curl -X POST "https://ecommerce.jelou.ai/apps/{app_id}/branches/search" \
  -H "Authorization: Bearer <API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "search": {
      "value": "downtown"
    },
    "filters": [
      { "field": "status", "value": true }
    ]
  }'
Searchable fields: name, code Filterable fields: status, code