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 }
]
}'
Search branches by name or code, and filter by status or other fields.
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 }
]
}'
Show Search properties
name and code fields.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 }
]
}'
name, code
Filterable fields: status, codeWas this page helpful?