我已经创建了一个 Shopify 商店,现在我想将订单发送到第三方电子商务网站。我有第三方 API,但我不知道如何将其集成到我的 Shopify 商店中。谁能给我解释一下制作一个应用程序来集成第三方API的步骤吗?
PS:我是 Shopify 新手
这是一个您可以根据经验遵循的食谱。我已经这样做了 20 多次,我可以告诉你,你需要大约 5-10 个小时的工作才能完成它。
仅此而已。标准 Web/互联网计算,带有与 Shopify 的一些 oAuth 令牌交换、您的简单 Web 应用程序以及与数据交换服务的连接。
您好,您可以使用 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 谢谢