【发布时间】:2019-07-18 11:03:32
【问题描述】:
我创建了一个 Shopify 商店,现在我想将订单发送到第三方电子商务网站。我有 3rd 方 API,但我不知道如何将它集成到我的 Shopify 商店中。谁能向我解释制作应用以集成 3rd 方 API 的步骤?
PS:我是 Shopify 的新手
谢谢
【问题讨论】:
标签: api shopify shopify-app
我创建了一个 Shopify 商店,现在我想将订单发送到第三方电子商务网站。我有 3rd 方 API,但我不知道如何将它集成到我的 Shopify 商店中。谁能向我解释制作应用以集成 3rd 方 API 的步骤?
PS:我是 Shopify 的新手
谢谢
【问题讨论】:
标签: api shopify shopify-app
这是一个您可以根据经验遵循的食谱。我已经这样做了 20 多次,我可以告诉你,你需要大约 5-10 小时的工作才能完成它。
这就是它的全部内容。标准的网络/互联网计算,与 Shopify 进行一些 oAuth 令牌交换,您可以使用一个简单的网络应用程序,并连接到用于数据交换的服务。
【讨论】:
您好,您可以使用 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 谢谢
【讨论】: