Add Cart / Checkout (API)
-
Hi,
I have a problem with add product to cart as a guest. It seems everytime I add product to cart, it create a new cart, not updating it.This is my flow:
-
get a bagisto_session key
-
Add product to cart.
Payload
Header using the bagisto_session=key from (1)
- 2nd time add product
So the problem is, it keep create the cart even though i have use the same bagisto_session. what i expected is it update the cart
I already refer to :
https://devdocs.bagisto.com/1.x/api/cart.html#add-product-to-cart
https://forums.bagisto.com/topic/2277/checkout-as-guest
https://forums.bagisto.com/topic/2680/cart-as-a-guest-user-api -
-
Hi there,
Which version of Bagisto are you using?