WebhookSubscriptionInput - admin-graphql - INPUT_OBJECT
Version: 2024-04
Description:
The input fields for a webhook subscription.
Access Scopes
Fields
-
callbackUrl:
URL -
URL where the webhook subscription should send the POST request when the event occurs.
-
format:
WebhookSubscriptionFormat -
The format in which the webhook subscription should send the data.
-
includeFields:
String -
The list of fields to be included in the webhook subscription.
-
metafieldNamespaces:
String -
The list of namespaces for any metafields that should be included in the webhook subscription.
-
privateMetafieldNamespaces:
String -
The list of namespaces for private metafields that should be included inthe webhook subscription.
Input objects with this input object
Examples