We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 3 months ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
对于 REST API:https://shopify.dev /api/admin-rest/2023-01/resources/webhook#event-topics
对于 GraphQL API:https://shopify.dev/api/admin-graphql/2023-01/枚举/WebhookSubscriptionTopic
For the REST API: https://shopify.dev/api/admin-rest/2023-01/resources/webhook#event-topics
For the GraphQL API: https://shopify.dev/api/admin-graphql/2023-01/enums/WebhookSubscriptionTopic
针对第一个问题,您的错误实际上是主题名称中的错误斜杠......
至少那是为我解决的......
主题有一个 / 但你的有效负载中有一个 \ 。
In response to the first question, your error was actually the wrong slash in the topic name...
at least that was what fixed it for me...
the topic has a / but your payload has a \ in it.
如果我理解正确的话,此主题列表就是您正在搜索的主题: https ://shopify.dev/api/admin-graphql/2023-01/enums/WebhookSubscriptionTopic
有 SUBSCRIPTION_BILLING_xxx主题:
If I understood correctly this topics list is the one you are searching for: https://shopify.dev/api/admin-graphql/2023-01/enums/WebhookSubscriptionTopic
There is SUBSCRIPTION_BILLING_xxx topics: