问题
We are looking to integrate Shopify with a 3rd party gift card service. We want users to be able to buy a gift card provided by the 3rd party, and then when checking out on Shopify, to be able to use that gift card to pay for the purchase.
The 3rd party gift card has APIs we can use.
How could we do this with Shopify?
回答1:
For this you will need to build an Private Shopify App.
Using Shopify API you take the gift card details on the CART PAGE (not checkout unless you are a plus store)... the app will contact the Gift Card service, then if all goes well create an order in the admin section via Shopify API.
This can be 'marked as paid' and there relevant details added to a note in the newly created order.
As we would be skipping the checkout process, if your shipping out physical goods you'd need to collect the shipping address somehow.
Cost wise, its not going to be cheap but its more then do-able...
来源:https://stackoverflow.com/questions/42406130/customize-shopify-by-integrating-with-a-3rd-party-gift-card-api