Reindex

Reindex

post

Triggers indexing process of products for the tenant. The reindex works with a FULL mode - all products are reindexed.

Required scopes
This endpoint requires the following scopes:
  • : Needed to manage an index provider configuration
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired
Body
modestring · enumOptional

Indicates reindex mode. Supported modes: FULL.

Possible values:
Responses
post
/indexing/{tenant}/reindex
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

Last updated

Was this helpful?