Reindex
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 · 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
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?