A GraphQL-powered, NextJs-based, PWA storefront for Saleor. IMPORTANT: This project is [DEPRECATED] in favor of saleor/react-storefront soon to become our default demo and storefront starter pack.
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?
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?