Customize Shopify by integrating with a 3rd party gift card API

与世无争的帅哥 提交于 2021-01-29 07:57:01

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!