cancel
Showing results for 
Search instead for 
Did you mean: 

Hi, How to add products to cart specifically to particular user programatically

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

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

Hi, How to add products to cart specifically to particular user programatically

I am trying to build mobile api.

 

I managed to add products to cart. Problem is I want the cart to be updated when i do it through magento store and through my api.

 

Now products are being updated to cart but when i do it through my api(From android mobile) It doesn't reflect on web.

 

Is there any option to make it reflect?

1 REPLY 1

Re: Hi, How to add products to cart specifically to particular user programatically

Hi,

 

You will need to build service point where you will check if cart was changed in Magento from application. If so then trasfer delta.  But it will be happening on each click on phone application