shopify.webhooks.getTopicsAddedOctober 2, 2023 ยท View on GitHubFetches 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