Commerce Configuration

Before you set up the Oracle Retail Order Management integration with Oracle Commerce ensure that the necessary integration software is running on your server.

Configuring Webhooks

As described in the Architectural Overview section, the integration service is based on the Web API settings in Commerce.

Web APIs allow you to subscribe to events for your products and orders by creating webhooks that push JSON notifications to a URL you specify. For additional information on webhooks, refer to Use Webhooks.

Before you can configure the integration settings, the webhook must be configured. To do this, ensure that the Order Submit Event API has been configured with the URL necessary to connect to the Oracle Retail Order Management server.

To Configure the Order Submit Event API

  1. From the Commerce administration interface, select the Settings menu.
  2. Open the Web API page and select the Webhook tab.
  3. Open the Order Submit Event API.
  4. Provide the URL of the server that will be accepting the order, including the server name and port used for the CWOrderIn service. For example:

    https://my.example.com:8443/SerenadeSeam/sxrs/SerenadeREST/CWOrderIn

  5. Provide a user name and password for accessing the server.
  6. If you are using HMAC authentication, you can view or reset the key.
  7. Click Save to save your changes.