shopify.webhooks.getTopicsAdded

October 2, 2023 ยท View on GitHub

Fetches all topics that were added to the registry.

Example

const topics = shopify.webhooks.getTopicsAdded();
// topics = ['PRODUCTS_CREATE', 'PRODUCTS_DELETE']

Return

string[]

The added topics.

Back to shopify.webhooks