0
votes

If I send Shopify a request via the REST API, will that request trigger a Webhook on the corresponding topic?

Example

If I create a Webhook for the "products/update" topic, and then update a product via the Shopify API, will that trigger a Webhook from Shopify for the "products/update" topic?

1

1 Answers

1
votes

Yes; updating a product through the API will trigger the products/update webhook.