As described in the Architectural Overview section, the integration service is based on the Web API settings in Commerce Cloud.
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 the Use Webhooks section of Extending Oracle Commerce Cloud.
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
From the Commerce Cloud administration interface, select the Settings tab.
Open the Web API page and select the Webhook tab.
Open the Order Submit Event API. The following screen is displayed:
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.company.com:8443/SerenadeSeam/sxrs/SerenadeREST/CWOrderIn
Provide a user name and password for accessing the server.
If you are using HMAC authentication, you can view or reset the key.
Click Save to save your changes.