flutter_simple_shopify icon indicating copy to clipboard operation
flutter_simple_shopify copied to clipboard

Does Shopify support adding multiple products to a cart?

Open hautran90 opened this issue 3 years ago • 2 comments

Hi, I'm building apps with Shopify. Does Shopify support adding multiple products to a cart? And how to open add to cart on webview.

hautran90 avatar Jun 02 '21 00:06 hautran90

You are talking about the checkout, aren't you? Just put your variant ids multiple times inside the list for ShopifyCheckout.instance.checkoutLineItemsReplace

SimonIT avatar Jun 02 '21 12:06 SimonIT

HI Hautran, thanks for creating such type of repo, it's very helpful to me to start integration Shopify in the flutter framework.

I need your help to understand which api/method will be used for add & get cart

abhishekraics001 avatar Nov 25 '22 13:11 abhishekraics001