Busqueda de productos
| Name | Description |
|---|---|
| country | Pais |
| q | Busqueda |
Content-Type: application/json Authorization: <integration-token> Host: example.org Cookie:
GET /internal/clients/kriptostores?country=ARG&q=celular+motorola
country: ARG q: celular motorola
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/json; charset=utf-8 ETag: W/"809fe8f35d78e2e90304667eeb8b2807" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 3b669981-1882-4ce4-b54e-f6b22d806369 X-Runtime: 0.020211 Vary: Origin Content-Length: 131
200 OK
{
"data": {
"products": [
],
"filters": [
],
"applied_filters": [
],
"paginator": {
"current_page": 0,
"last_page": 0,
"next_page": 0,
"back_page": 0
}
}
}