Table of Contents
You create integration objects to define the data that SAP Commerce exports or imports.
Integration objects define an integration. Integrations create a GET endpoint and a POST endpoint that accepts one or more objects, and define the object’s payload. You can interact with them using an OData service, which is created automatically.
The following shows you how to create an integration object in Backoffice. You can also create simple integration objects using ImpEx. For more information, see Creating a Simple Integration Object at https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/1905/en-US/571f85d83c334f70b8b356e40730aedf.html?q=loio571f85d83c334f70b8b356e40730aedf.
-
In Backoffice, open the Integration UI Tool.
-
In the menu on the left, click Modeling.
-
Click + (Create Integration Object) .
-
Enter a name for the service.
This information is important as it is used later in the service URL.
-
Specify a root type.
The root type determines what type of data is being exported.
You can select a root type or create your own by creating a model in Backoffice.
-
From the Integration Type list, select Inbound.
-
Click Create.
-
Select the attributes that are mandatory for your integration.
-
Click Save.
The service is available at https://localhost:9002/odata2webservices/<ServiceName>
.
Next: Create an Integration Flow Triggered by SAP Commerce -->