on ‎2018 Mar 02 8:44 AM
Hi All,
We would like to replicate only Target groups (created in yMKT) from Hybris Marketing to Hybris Commerce , either as a B2B Customer group or B2B User group, please advice on how this can be achived.
Thanks and Regards,
Khan.
Request clarification before answering.
Hi Robin,
Thank you for the reply, i found the API.
Could you please let me know if there is any other way via configuration in the Hybris marketing system or the Commerce Backoffice?
Thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Robin,
Thank you for the reply. So we would have to create a Cron Job in yCommerce to get this done. So the Target groups from yMKT would go sit in Commerce as B2B Customer groups or B2B User groups ? Could you please clarify ? Could you please tell me the OData service API which could be used for this scenario ?
Thanks and Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yMKT Help - Target Groups : API_MKT_TARGET_GROUP_SRV
The standard integration strategy is to use SCPI (previously named HCI) to call yMKT OData service related to target group, convert the payload and send the information to Commerce.
Unfortunately, Commerce does not yet provide integration services to receive master data from SCPI.
Another way to perform such implementation would be to create a new cron job in Commerce.
This new cron job would use a new ODataService bean (look at sapymktcommon-spring.xml) to fetch all target groups from yMKT and then write/update those groups in Commerce.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 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.