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 }
]
}'
Pesquise filiais por nome ou código e filtre por status ou outros 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 }
]
}'
Mostrar Propriedades de pesquisa
name e 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 filtráveis: status, codeEsta página foi útil?