In the SAP Commerce Cloud Backoffice Integration UI Tool cockpit, you can monitor the inbound and outbound integration API calls. Order replication from SAP Commerce Cloud to SAP S/4HANA Cloud via Cloud Integration is an outbound call in SAP Commerce Cloud.
To monitor the order replication outbound calls in the Backoffice, follow these steps.
- Access SAP Commerce Cloud Backoffice and log on as an administrator.
- Switch to the integration cockpit by choosing Integration UI Tool from the cockpit dropdown on the top-left corner.
- In the Integration UI Tool cockpit, expand the Monitoring menu, and choose Outbound.
On the right side, you'll see all the outbound integration API calls, including the order replication outbound calls, both succeeded and failed.
- Choose a Success entry, the first entry in this case, to see the outbound call details.
You'll see a few fields about the outbound request. The Integration Key is the order ID or number generated by SAP Commerce Cloud. The Destination is the endpoint of the Cloud Integration system. The Type is the type or definition of the integration object or API. The HTTP Method is the HTTP post request, in this case to send the order information as a payload. And the Request Payload is the actual payload in JSON format generated by SAP Commerce Cloud and sent to the iFlow deployed on the Cloud Integration platform.
You can double-click on the payload field to open the payload media file popup. Choose Download in the General section to download the JSON file containing the outbound request payload to your local drive. The file name looks like Payload_some_hash_value.bin. It’s a pure text file, and you can open it in any text editor to read the payload.
If the outbound call fails, you'll see the error message returned from Cloud Integration in the Error field.