A quick walk through on how to fetch a brand and subscribe to receive updates using webhooks.
createWebhook
mutation. You can subscribe to receive updates on multiple brands on a single webhook.
addWebhookSubscriptions
mutation to add the brand to the list of active subscriptions on the webhook. We can subscribe to one or more brands at once with this mutation by passing the each brand’s URN in the subscriptions
list variable.
removeWebhookSubscriptions
mutation. Like the addWebhookSubscriptions
mutation, here we can remove multiple URNs at once by providing them as part of the subscriptions
list variable.