flutter_simple_shopify
flutter_simple_shopify copied to clipboard
How to open Shopify checkout and payment options
I am facing difficulty adding items in the cart as not finding the right way to get checkout. If someone helps me to get it done it's proud.
Below is the list of methods but not getting checkoutIDs out of them and i need help on an urgent basis. i will pay for same
ShopifyCheckout shopifyCheckout = ShopifyCheckout.instance;
Future<Checkout> getCheckoutInfoQuery({String checkoutId})
Future<Checkout> getCheckoutInfoWithAvailableShippingRatesQuery({String checkoutId})
Future<List<Order>> getAllOrders({String customerAccessToken})
Future