Reindex
Was this helpful?
Was this helpful?
Triggers indexing process of products for the tenant. The reindex works with the following modes:
FULL
- all products will be reindexed
Indicates reindex mode. Supported modes: FULL
.
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