Add to Cart not Detecting Customer from Bearer Token
-
Hi,
I am trying to hit add to cart with the Bearer token but everytime, it keeps adding new entry for cart with all customer data as null? Am I missing anything here?
Also, whenever I try to add cart as a guest (without Bearer token), its keep adding different entries? How to handle guest user flow? it is not working as explained in the documentation.
https://devdocs.bagisto.com/1.x/api/cart.html#add-product-to-cart -
Hi there,
Please provide the correct URL for add to cart request.URL: {{base_url}}/api/v1/customer/cart/add/3
-
@Amitk-Webkul i am using url provided by you but bu it still not working
-
Hi @sachin,
Which version of Bagisto are you using?
-
@Amitk-Webkul its 1.4.5
-
Hi @sachin,
Please verify once the Gaurd function.
Because we are not getting that kind of issue in Bagisto version 1.4.5.