Reindex

Reindex

post

Triggers indexing process of products for the tenant. The reindex works with the following modes:

  • FULL - all products will be reindexed

Authorizations
Path parameters
tenantstringRequired
Body
modestring · enumOptional

Indicates reindex mode. Supported modes: FULL.

Possible values:
Responses
204Success
post
POST /indexing/{tenant}/reindex HTTP/1.1
Host: api.emporix.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 15

{
  "mode": "FULL"
}

No content

Was this helpful?