CatalogProducts
Reindex products
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/reindexQueues 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
Header Parameters
x-Store-Id?string
Store the request acts on. Not needed when the token is bound to a store.
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" \ -H "x-Store-Id: <store-id>" \ -H "Authorization: Bearer <token>"{ "queued": 1}