Webhook订阅-WebhookSubscription 对象
表示对Webhook的订阅。
在本页面
字段
- createdAt(
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
创建Webhook订阅的日期和时间。 - 端点(
[WebhookSubscriptionEndpoint!](https://shopify.dev/docs/admin-api/graphql/reference/events/webhooksubscriptionendpoint)
)
将Webhooks传递到的端点。 - 格式(
[WebhookSubscriptionFormat!](https://shopify.dev/docs/admin-api/graphql/reference/events/webhooksubscriptionformat)
)
Webhook订阅应发送数据的格式。 - 编号(
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
全局唯一标识符。 - includeFields(
[[String!]!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
Webhook订阅中将包含的字段列表。 - legacyResourceId(
[UnsignedInt64!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#unsignedint64-2021-01)
)
REST Admin API中相应资源的ID。 - metafieldNamespaces(
[[String!]!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
webhook订阅中应包含的任何元字段的名称空间列表。 - 主题(
[WebhookSubscriptionTopic!](https://shopify.dev/docs/admin-api/graphql/reference/events/webhooksubscriptiontopic)
)
触发Webhook的事件类型。 - UpdatedAt(
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
Webhook订阅的更新日期和时间。
返回WebhookSubscription的类型
[QueryRoot.webhookSubscription](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#webhooksubscription-2021-01)
[QueryRoot.webhookSubscriptions](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#webhooksubscriptions-2021-01)
WebhookSubscription的变异
- webhookSubscription创建
创建一个新的webhook订阅。 - webhookSubscriptionDelete
删除Webhook订阅。 - webhookSubscriptionUpdate
更新Webhook订阅。
派生关系
[LegacyInteroperability](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/legacyinteroperability)
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)