For the complete documentation index, see llms.txt. This page is also available as Markdown.

Re-index a product

Re-indexes a single product in the search engine so that recent catalog changes become searchable immediately.

This operation takes no request body and returns an empty response on success.

post
/products/{id}/re_index/
Authorizations
AuthorizationstringRequired

Token credential sent in the Authorization header, in the form: Token <your-token>. Requires a staff (admin) account.

Path parameters
idintegerRequired

The unique identifier of the product.

Responses
200

The product was re-indexed.

No content

post/products/{id}/re_index/
POST /api/remote/1/products/{id}/re_index/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*

No content

Last updated

Was this helpful?