Reindex
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 · enumOptionalPossible values:
Indicates reindex mode. Supported modes: FULL.
Responses
204Success
400
Request was syntactically incorrect. Details will be provided in the response payload.
application/json
401
Given request is unauthorized - the authorization token is invalid or has expired. Details will be provided in the response payload.
application/json
403
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
application/json
post
/indexing/{tenant}/reindexNo content
Last updated
Was this helpful?

