Home > @infiniteobjects/shopify-data-manager > AdminTypes > PubSubWebhookSubscriptionInput
The input fields for a PubSub webhook subscription.
Signature:
export interface PubSubWebhookSubscriptionInput
Property | Modifiers | Type | Description |
---|---|---|---|
format? | InputMaybe<WebhookSubscriptionFormat | `${WebhookSubscriptionFormat}`> | (Optional) The format in which the webhook subscription should send the data. | |
includeFields? | InputMaybe<Array<Scalars[‘String’][‘input’]>> | (Optional) The list of fields to be included in the webhook subscription. | |
metafieldNamespaces? | InputMaybe<Array<Scalars[‘String’][‘input’]>> | (Optional) The list of namespaces for any metafields that should be included in the webhook subscription. | |
pubSubProject | Scalars[‘String’][‘input’] | The Pub/Sub project ID. | |
pubSubTopic | Scalars[‘String’][‘input’] | The Pub/Sub topic ID. |