Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
Hi there,
I'm building a mobile APP with react-native using Shopify Storefront API, when I going to implement checkout function I face some problem.
In our business model, if customers with specific tag then they don't need to pay money for buying specific collection, so how I implement this is
1. create checkout (checkoutCreate mutation)
2. append 100% off discount code to this checkout (checkoutDiscountCodeApplyV2 mutation)
Solved! Go to the solution
This is an accepted solution.
Well you have products in your checkout that require shipping. So you either have to set a free shipping line, or mark these products/variants to not require shipping.
This is an accepted solution.
Well you have products in your checkout that require shipping. So you either have to set a free shipping line, or mark these products/variants to not require shipping.