I'm working on building out a campaign where we trigger an email recommending alternative items based on specific items added to cart. I need to get the corresponding recommended item sku onto a profile field in order to leverage the data feed (to pull in real time pricing at send time).
I have a table of 100 item sku's, along with the sku of the comparable recommended products. I need the tile to simply update the users profile custom field with the comparable product sku in the table based on the value in the users shoppingCartItems.sku field.
I am not a developer so struggling to get the right format. Can anybody on here, recomend a code format that can meet my goals or point me towards some information that would help?