You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
Hello, By using Saleor api I am adding a product into the cart.Like this this.$saleor.cart.addItem('UHJvZHVjdFZhcmlhbnQ6MjA5', 1);
I am getting a response that you have to add the product in the cart to create the checkout process. What is the correct way of adding a product in cart through api?
The text was updated successfully, but these errors were encountered:
Hello, By using Saleor api I am adding a product into the cart.Like this this.$saleor.cart.addItem('UHJvZHVjdFZhcmlhbnQ6MjA5', 1);
I am getting a response that you have to add the product in the cart to create the checkout process. What is the correct way of adding a product in cart through api?
The text was updated successfully, but these errors were encountered: