简体   繁体   English

用于从 shopify 获取数据到 crm 的 Webhook

[英]Webhooks to fetch data from shopify to crm

I need to know if we need separate webhooks for lead capture and event capture for Shopify if I want to integrate my CRM with Shopify using webhooks.如果我想使用 webhook 将我的 CRM 与 Shopify 集成,我需要知道我们是否需要单独的 webhook 用于 Shopify 的潜在客户捕获和事件捕获。

Also, will different events like cart creation, order creation, and refund creation require different webhooks or a single webhook works for capturing all events?此外,购物车创建、订单创建和退款创建等不同事件是否需要不同的 webhook 或单个 webhook 才能捕获所有事件?

Here you can find the list of all the webhook topics as per 2022-10 API: https://shopify.dev/api/admin-rest/2022-04/resources/webhook#top在这里,您可以根据 2022-10 API 找到所有 webhook 主题的列表: https ://shopify.dev/api/admin-rest/2022-04/resources/webhook#top

Here the ones that you might find useful:以下是您可能会发现有用的内容:

  • orders/cancelled, orders/create, orders/fulfilled, orders/paid, orders/partially_fulfilled, orders/updated订单/取消、订单/创建、订单/已履行、订单/已付款、订单/部分履行、订单/已更新
  • refunds/create退款/创建
  • carts/create, carts/update购物车/创建,购物车/更新
  • checkouts/create, checkouts/update结帐/创建,结帐/更新
  • customers/create, customers/disable, customers/enable, customers/update, customers_marketing_consent/update客户/创建、客户/禁用、客户/启用、客户/更新、客户营销同意/更新

Each of these is a different webhook, I'm not sure what do you mean by "event creation".其中每一个都是不同的 webhook,我不确定“事件创建”是什么意思。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM