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

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.

Former Member
0 Likes
265

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.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

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.

Former Member
0 Likes

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

former_member224482
Active Contributor
0 Likes

yMKT Help - Target Groups : API_MKT_TARGET_GROUP_SRV

former_member224482
Active Contributor
0 Likes

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.