cancel
Showing results for 
Search instead for 
Did you mean: 

Personalized Campaigns

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Personalized Campaigns

Can Magento 2.X do the following? ... Upload a product file with "n" different products where each product is pre-defined for a single-specific customer and when uploaded be also pre-load in the customer cart ? .... The goal is when the client log-in in the store, the product associated to that specific customer is already in the Cart ... ready to be paid... 

Thanks 

2 REPLIES 2

Re: Personalized Campaigns

Natively you can use the Shopping Cart API to build shopping carts in your customer's behalf, you can find more info at https://devdocs.magento.com/guides/v2.3/rest/tutorials/orders/order-add-items.html 

 

Re: Personalized Campaigns

Thanks ! ... will reivew