Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Which webhook should I listen for to know if a bulk import CSV has finished loading?
Solved! Go to the solution
This is an accepted solution.
Hello,
There's a new webhook topic available for this in the Admin API version 2021-10 and higher: https://shopify.dev/api/usage/bulk-operations/imports#wait-for-the-operation-to-finish.
This should make waiting for the bulk result easier to implement!
Cheers,
Cédric | Developer @ Shopify
To learn more visit the Shopify Help Center or the Community Blog.
This is an accepted solution.
Hello,
There's a new webhook topic available for this in the Admin API version 2021-10 and higher: https://shopify.dev/api/usage/bulk-operations/imports#wait-for-the-operation-to-finish.
This should make waiting for the bulk result easier to implement!
Cheers,
Cédric | Developer @ Shopify
To learn more visit the Shopify Help Center or the Community Blog.
could you please provide full code example for nodejs. both bulk request, webhook subscription and the receive handler?