WebhookSubscriptionInput input object

Specifies the input fields for a webhook subscription.


Input fields

  • callbackUrl ([URL](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01))
    URL where the webhook subscription should send the POST request when the event occurs.
  • format ([WebhookSubscriptionFormat](https://shopify.dev/docs/admin-api/graphql/reference/events/webhooksubscriptionformat))
    The format in which the webhook subscription should send the data.
  • includeFields ([[String!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The list of fields to be included in the webhook subscription.
  • metafieldNamespaces ([[String!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The list of namespaces for any metafields that should be included in the webhook subscription.