Skip to content
Guides
API reference
stablecatalog:update

Queue a search reindex for every product of the store

Queues a search reindex of every product in the store. Use it after a bulk change, when the catalog and the search index have drifted apart.

POST/v1/catalog/products/reindex

Queues a search reindex of every product in the store. Use it after a bulk change, when the catalog and the search index have drifted apart.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/v1/catalog/products/reindex"
{  "queued": 0}