The "selling_plan_groups/update" webhook does not appear to be firing when adding/removing products/variants

My app is subscribed to the “selling_plan_groups/update” webbook but it does not receive posts when when the selling plan group is being updated (i.e. adding/removing a product or product variant from either the Product’s page in the store or the graphql mutations).
It does post when the “sellingPlanGroupUpdate” graphql mutation is called directly. Does anyone else have this problem? Is there another way to be notified when products/variants are added/removed from SellingPlanGroups?

1 Like

We have the same issue, unfortunately. So far we haven’t found a workaround.

Thank you for sharing. Our team at Shopify has taken a look at this and created an issue in our team’s backlog. We will follow up here when the issue has been resolved.

2 Likes

We have the same issue, unfortunately. So far we haven’t found a workaround.
I want to trigger a webhook when someone(shopify store admin) added an existing Purchase option or delete Purchase option .

Ran into this today as well. Users are able to modify selling plans in the Shopify admin but we don’t currently have any way to sync those changes to our system without polling all the selling plan groups periodically.