cancel
Showing results for 
Search instead for 
Did you mean: 

Product Integration Object sap commerce 2205

stefaniaZ
Participant
0 Kudos
483

Good morning,

I follow this guide for configurare product integration.

https://help.sap.com/docs/SAP_COMMERCE/50c996852b32456c96d3161a95544cdb/9d622ee2ec184133a2b361be2d4a...

For create Oauth I follow this guide https://help.sap.com/docs/SAP_COMMERCE/50c996852b32456c96d3161a95544cdb/3a24129e856a4d4498fca09795dc...

When I select ExampleProduct and I click Add integration Api

SAp commerce open this modal.

I insert the oauth, but I don not know the destination target. Which is the correct destination target?

Another problem is Catalog, Where I select the correct destination catalog?

Thanks

Stefania

Accepted Solutions (1)

Accepted Solutions (1)

former_member790488
Discoverer
0 Kudos

Hi Stefania,

Product Integration is Inbound. So, your Integration object will receive data from an external system (It can be S4HANA or other ERP system via SCPI).

1. Catalog should be sent via SCPI. If you don't have an ERP system, use postman for testing purpose.

2. Use basic as authentication type in InboundChanelConfiguration for your new product integration object.

3. As this is inbound integration there is no need to add destination.

stefaniaZ
Participant
0 Kudos

Good morning,

thanks so much.

For this point: 1. Catalog should be sent via SCPI. If you don't have an ERP system, use postman for testing purpose., we use BTP integration suite. We have to set up the catalog on BTB?

Stefania

Answers (1)

Answers (1)

former_member790488
Discoverer
0 Kudos

Hi Stefania, Good Morning.

Indeed the catalog mapping should come from external system or cloud integration platform (SCPI). In your case if BTP is directly connecting to sap commerce cloud, they should configure and send the JSON/XML as per the Integration meta data, which you can download from Backoffice -> Integration UI tool -> modelling -> <your integration object>. If BTP is using any adaptor like SCPI they should configure catalog and other details.

All the above information is given assuming you are receiving product data to commerce cloud from external system

stefaniaZ
Participant
0 Kudos

Thanks so much