Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
If we move variants from one delivery profile to another in Shopify Admin, shouldn't it send two webhooks for both delivery profiles under the `profile/update` topic?
I am only getting one webhook, for the profile to which I am moving variants. Is this known behavior?
Solved! Go to the solution
This is an accepted solution.
Hi zubairmohsin,
Only receiving a webhook for the profile to which you're moving variants to is expected behaviour. The only way to receive a webhook for both is to manually remove the variant from one profile and then add it to the other.
mrad | Developer @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
This is an accepted solution.
Hi zubairmohsin,
Only receiving a webhook for the profile to which you're moving variants to is expected behaviour. The only way to receive a webhook for both is to manually remove the variant from one profile and then add it to the other.
mrad | Developer @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Thank you. It made sense after I posted the question 😅