cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hybris commerce and y MKT integration using data hub : CUAN_IMPORT_SRV

Former Member
0 Likes
304

Hello Experts, With data hub integration, can hybris commerce replicate the data using any other Odata service apart from CUAN_IMPORT_SRV? I checked the hybris help and found the 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. " If yes what settings in commerce side is required?

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member224482
Active Contributor
0 Likes

Looking at ymkt-target.properties you can see that the OData service CUAN_BUSINESS_DOCUMENT_IMP_SRV is also used.

The ymkt-odata Extension cannot handle $batch OData requests which is one reason for its deprecation.

Former Member
0 Likes

Thanks Robin for feedback I want to use CUAN_IMPORT_SRV for abandoned cart functionality and API_MKT_PRODUCT_SRV for product data from ycommerce. So it is possible for defining both extension under ymkt-target Extension properties:

ymkt-target.exportURL=http://localhost:44300/sap/opu/odata/sap/CUAN_IMPORT_SRV/ ymkttarget.orders.exportURL=http://localhost:44300/sap/opu/odata/sap/CUAN_BUSINESS_DOCUMENT_IMP_SRV/ ymkt-target.userName=admin ymkt-target.password=nimda Also can please shed some light on how ycommerce triggers the change in any of the products data and update the above extensions?

Former Member
0 Likes

Hello Robin, https://help.hybris.com/6.7.0/hcd/e19f8db34f524d28ba3328fca0e59f2e.html The above link shows that there is an OData target system adapter which is required for data replication to ymkt. Can this adapter be changed? I mean it can be altered? Mltiple adapter can be used to use different Odata service? Any idea what all payloads for different Odat are available in this adapter and it can be used? Sorry if my questions are not correct but need to understand these things to finalize my design.