Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to open Shopify checkout and payment options #99

Open
abhishekraics001 opened this issue Nov 25, 2022 · 1 comment
Open

How to open Shopify checkout and payment options #99

abhishekraics001 opened this issue Nov 25, 2022 · 1 comment

Comments

@abhishekraics001
Copy link

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.

@abhishekraics001
Copy link
Author

abhishekraics001 commented Nov 25, 2022

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 getCheckoutInfoQuery({String checkoutId})
Future getCheckoutInfoWithAvailableShippingRatesQuery({String checkoutId})
Future<List> getAllOrders({String customerAccessToken})
Future checkoutLineItemsReplace({String checkoutId, List<Map<String,dynamic>> checkoutLineItems})
Future checkoutCustomerAssociate({String checkoutId, String customerAccessToken})
Future checkoutCustomerDisassociate({String checkoutId})
Future checkoutDiscountCodeApply({String checkoutId, String discountCode})
Future checkoutDiscountCodeRemove({String checkoutId})
Future createCheckout()
Future checkoutGiftCardAppend(String checkoutId, List giftCardCodes)
Future checkoutGiftCardRemove(String appliedGiftCardId, String checkoutId)
Future shippingLineUpdate(String checkoutId, String shippingRateHandle)
Future checkoutCompleteFree(String checkoutId)
Future updateAttributes(String checkoutId, {bool allowPartialAddresses, Map<String, String> customAttributes, String note})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant