magento-api icon indicating copy to clipboard operation
magento-api copied to clipboard

giving error will doing add to cart operation

Open DV31 opened this issue 7 years ago • 2 comments

when login API using it is working fine. same with add to cart. but there is nothing that indicates that particular user is logged in. in login API it gives user info and session in response. so I took session n tried to log in with it. but there is only three args that are productId,Qty,super_attribute. which shows no connection between login and add to cart ... it is woking fine on the browser but not in the android application.

DV31 avatar May 10 '17 14:05 DV31

Hi I got the same issue. After login in my app when I add to cart the product it gives response as user not logged in but same thing when I do in my browser it add to cart the product.

I dont know why customer login gives false on add to cart on app. Please help if some one has resolved this issue.

snehasvb avatar May 10 '17 15:05 snehasvb

What I think is that it's because you haven't set up your rest authentication with your PHP OAuth server. For that to work I guess we need to first enable OAuth on the server and create user roles, attributes and rest application.

ujjwalsahay avatar Feb 13 '18 11:02 ujjwalsahay