cancel
Showing results for 
Search instead for 
Did you mean: 

Hybris Commerce ymkt-odata Extension for Product Data integration

former_member576423
Participant
0 Kudos

Hello Experts,

We are integrating hybris commerce and yMKT for Product data and will be using

API_MKT_PRODUCT_SRV Odata service. I have checked the SAP Hybris commerce help and found that it supports CUAN_IMPORT_SRV OData service. Is that correct?

Can we use other Odata services as well. I found the above details on below:

https://help.hybris.com/6.7.0/hcd/e19f8db34f524d28ba3328fca0e59f2e.html

"

The adapter transforms the Data Hub target item into an OData POST XML payload to the CUAN_IMPORT_SRV OData service in the SAP Hybris Marketing system.

"

Please note that the datahub will be used for data transfer.

Kindly assist as this will impact my design.

Accepted Solutions (0)

Answers (1)

Answers (1)

vineet_kaul
Contributor
0 Kudos

Hi Mayank Agarwal

It actually depends on what version of the system you are using. for old version on premise CUAN_IMPORT_SRV was recommended.

But with latest versions since the data structure has changed with lot of new functionalities being introduced, they have now moved to individual API's. I would suggest to check the metadata for both the services and then decide what type of data you are using and compare to see which is a best fit for your version and use it.

Thanks

Vineet

0 Kudos

Hi vineet.kaul, Where are those metadatas you mentioned above?

Please if you can help me on the following question, I would be really glad

https://answers.sap.com/questions/693499/hybris-commerce-marketing-integration-ymkttodatahu.html

https://experts.hybris.com/questions/104585/hybris-commerce-marketing-integration-ymkttodatahu.html

vineet_kaul
Contributor
0 Kudos

Hi guilhermedomingues-29,

Apologies for this late reply, I hope your issue is resolved by now. However, if you still want you can extract the metadata from the API call itself by appending the URI prefix $metadata at the end of the call. You can find relevant samples for API at api.sap.

Thanks

Vineet