on ‎2018 May 21 9:46 AM - last edited on ‎2024 Feb 04 5:54 AM by postmig_api_4
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,
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
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.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.