I’m encountering an issue with the “APP_SUBSCRIPTIONS_UPDATE” webhook. After upgrading my application from Shopify API version 2024-04 to 2025-01, the webhook payload is now empty, which disrupts my ability to manage subscription data that was previously handled using the payload.
After searching the documentation and forums, I couldn’t find an explanation for this behavior, which seems to have started with API version 2024-07. Currently, I’m working around this by manually recreating the payload using GraphQL requests to the “activeSubscriptions” resource.
Is the empty payload in the “APP_SUBSCRIPTIONS_UPDATE” webhook expected behavior starting with API version 2024-07?
Am I missing a specific configuration for this webhook topic?
Is manually recreating the payload via GraphQL the best approach?
Any insights or suggestions would be greatly appreciated.
Thanks for your help!