HCL Commerce Version 9.1.10.0 or later

Upgrade the connector descriptor of an existing connector

In this lesson, you upgrade auth.product connector descriptor with the customized connector code.

Procedure

Complete the following steps to upgrade auth.product connector with the customized connector code.
  1. Use the following URL to access Swagger UI to interact with Search Ingest Service API.
    http://<ElasticSearchHostname/IP>:30800/swagger-ui/index.html?url=/v3/api-docs&validatorUrl=#
    /Connector%20Configuration/upgradeConnector
  2. On the Swagger UI, navigate to Connector Configuration > POST: /connectors/{id}/upgrade.
  3. Click Try it out.
  4. In the id field, enter auth.product and paste the entire request JSON body with the customized connector code.
  5. Click Execute.
    Important: This request takes some time to complete.
    The server response appears, and will resemble the following screen:

  6. Restart all Elasticsearch services after the connector upgrade is completed.