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": "centro"
},
"filters": [
{ "field": "status", "value": true }
]
}'
Busca sucursales por nombre o código, y filtra por estado u otros campos.
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": "centro"
},
"filters": [
{ "field": "status", "value": true }
]
}'
Show Propiedades de búsqueda
name y code.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": "centro"
},
"filters": [
{ "field": "status", "value": true }
]
}'
name, code
Campos filtrables: status, codeWas this page helpful?