Enable Support for Referral Products in UX1

To enable support for referral products in UX1, you need to complete the following steps:

  1. Obtain a Connect API token with the Integrations and Leads permissions configured.

  2. Update UX1 Marketplace component's configuration. Add the following section to the config.yaml:

    components:
      ...
      ux1-marketplace:
        connect_apibaseurl: https://api.connect.cloudblue.com/public/v1
        connect_apikey: CONNECT_API_TOKEN
        connect_customerbaseurl: https://connect.customer.cloudblue.io
      ...

    Replace CONNECT_API_TOKEN with the token obtained in step 1. It must be in the following format: ApiKey SU-DDD-DDD-DDD:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX, where X is an alphanumeric character, and D is a numeric character.

    Important: If access to the Internet is restricted in your environment and the CloudBlue Connect API is not accessible from your Kubernetes cluster, you must perform the instructions in Appendix: Configuring Access to the CloudBlue Connect API Through a Proxy Server.

  3. Update the component using these instructions.

After that, UX1 Marketplace becomes ready for referral products.