Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
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
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
could you please provide full code example for nodejs. both bulk request, webhook subscription and the receive handler?