We have a Shopify app that clients pay recurring charges for. In Shopify when looking at those charges, they are associated with a Subscription id, but when trying to get the charge information via API, the Subscription Id is not available.
How can we get both the charge data and the subscription it’s associated with?
We have been looking at these documentation pages, but didn’t find it:
https://shopify.dev/docs/api/admin-rest/2025-04/resources/recurringapplicationcharge
https://shopify.dev/docs/api/partner/latest/objects/AppSubscriptionSale
Is it not possible?