我已经创建了一个Shopify商店,现在我想将订单发送到第三方电子商务网站。我有3rd party API,但是我不知道如何在Shopify商店中集成它。谁能向我解释制作集成第三方API的应用程序的步骤?
PS:我是Shopify的新手
谢谢
答案 0 :(得分:1)
嗨,您可以使用Shopify Webhooks功能
Go to admin = >settings =>Notifications
比在底部,您会看到
create webhook option
click on create webhook
和select event from dropdwon
和
specify the path of your api where you want the shopify order data.
It will send all the data to your api whenever your order will be placed/update.
希望这些会有所帮助。
这是参考文献https://help.shopify.com/en/api/getting-started/webhooks 感想
答案 1 :(得分:1)
这是您可以根据经验遵循的食谱。我已经完成了20多次,我可以告诉你,您需要大约5到10个小时的工作才能完成它。
仅此而已。标准的Web /互联网计算,与Shopify进行了oAuth令牌交换,您可以使用一个简单的Web应用程序,并与服务进行数据交换连接。