Starts a catalog reindex operation
Starts an asynchronous reindex of the catalog. The response contains the operation’s id; poll the reindex status endpoint with it until currentState is Completed (observed transitional value: InProgress). Until reindexing completes, skills continue to search the previous version of the catalog data.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Catalog identifier. You can find it in the list of all catalogs.
Response
Success
Unique id of the operation
Id of the index model used to analyze documents
Id of the operation workflow
Time when operation was created
Time when operation was completed
Current state of the reindex operation. One of InProgress, Failed, or Completed. Skills search the updated catalog data only after the state is Completed.
InProgress, Failed, Completed 