更新webhook订阅-webhookSubscriptionUpdate mutation

更新Webhook订阅。


在本页面


互动范例

这是一个示例变异查询。使用下面的嵌入式交互式工具来编辑查询。

提示:使用Ctrl+Space表示自动填充字段。

突变webhookSubscriptionUpdate $ id ID $ webhookSubscription WebhookSubscriptionInput !){ webhookSubscriptionUpdate id $ id webhookSubscription $ webhookSubscription {
  1. <font style="color:#1F61A0;">userErrors </font><font style="color:#555555;">{</font>
  2. <font style="color:#1F61A0;">场地</font>
  3. <font style="color:#1F61A0;">信息</font>
  4. <font style="color:#555555;">}</font>
  5. <font style="color:#1F61A0;">webhookSubscription </font><font style="color:#555555;">{</font>
  6. <font style="color:#1F61A0;">ID</font>
  7. <font style="color:#555555;">}</font>
} } { “ id” “ Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE =” “ webhookSubscription” {} }


参数

参数 描述
id
() [ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)

必需的
要更新的Webhook订阅的ID。
webhookSubscription
() [WebhookSubscriptionInput!](https://shopify.dev/docs/admin-api/graphql/reference/events/webhooksubscriptioninput)

必需的
指定Webhook订阅的输入字段。


WebhookSubscriptionInput字段

  • callbackUrl([URL](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01)
    事件发生时,webhook订阅应在其中发送POST请求的URL。
  • 格式([WebhookSubscriptionFormat](https://shopify.dev/docs/admin-api/graphql/reference/events/webhooksubscriptionformat)
    Webhook订阅应发送数据的格式。
  • includeFields([[String!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    Webhook订阅中将包含的字段列表。
  • metafieldNamespaces([[String!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    webhook订阅中应包含的任何元字段的名称空间列表。


返回字段

  • userErrors([[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror)
    执行突变时发生的错误列表。
  • webhook订阅([WebhookSubscription](https://shopify.dev/docs/admin-api/graphql/reference/events/webhooksubscription)
    已更新的Webhook订阅。