Solved

Webhook for csv upload?

BeamJokerFavor
Explorer
51 3 6

Which webhook should I listen for to know if a bulk import CSV has finished loading?

Accepted Solution (1)

cdarne
Shopify Staff
30 5 14

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.

View solution in original post

Replies 2 (2)

cdarne
Shopify Staff
30 5 14

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.

IvanYul
Shopify Partner
5 0 2

could you please provide full code example for nodejs. both bulk request, webhook subscription and the receive handler?