Bha*_*kar 8 shopify shopify-app
我已经创建了一个 Shopify 商店,现在我想将订单发送到第三方电子商务网站。我有第三方 API,但我不知道如何将其集成到我的 Shopify 商店中。谁能向我解释一下制作集成第三方 API 的应用程序的步骤?
PS:我是 Shopify 新手
这是您可以根据经验遵循的食谱。我已经这样做了 20 多次,我可以告诉你,你需要大约 5-10 个小时的工作才能完成它。
这就是全部内容了。标准 Web/互联网计算,带有与 Shopify 的一些 oAuth 令牌交换、您的简单 Web 应用程序以及与数据交换服务的连接。
您好,您可以使用 Shopify webhooks 功能
Go to admin = >settings =>Notifications
Run Code Online (Sandbox Code Playgroud)
比在底部你会看到
create webhook option
Run Code Online (Sandbox Code Playgroud)
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.
Run Code Online (Sandbox Code Playgroud)
希望这会有所帮助。
这是参考 https://help.shopify.com/en/api/getting-started/webhooks