curl -X POST "https://ecommerce.jelou.ai/api/v2/apps/{app_id}/branches/search?page=1&limit=20" \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"search": {
"value": "centro",
"case_sensitive": false
},
"filters": [
{ "field": "status", "operator": "=", "value": true }
],
"includes": [
{ "relation": "products" }
]
}'
Busca sucursales por nombre o código, y filtra por estado u otros campos.
curl -X POST "https://ecommerce.jelou.ai/api/v2/apps/{app_id}/branches/search?page=1&limit=20" \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"search": {
"value": "centro",
"case_sensitive": false
},
"filters": [
{ "field": "status", "operator": "=", "value": true }
],
"includes": [
{ "relation": "products" }
]
}'
Documentation Index
Fetch the complete documentation index at: https://docs.jelou.ai/llms.txt
Use this file to discover all available pages before exploring further.
Mostrar Propiedades de cada include
products.curl -X POST "https://ecommerce.jelou.ai/api/v2/apps/{app_id}/branches/search?page=1&limit=20" \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"search": {
"value": "centro",
"case_sensitive": false
},
"filters": [
{ "field": "status", "operator": "=", "value": true }
],
"includes": [
{ "relation": "products" }
]
}'
name, code
Campos filtrables: status, code
Relaciones disponibles: products¿Esta página le ayudó?