I’m working on functionality to allow the customers with subscriptions to send themselves a payment method update email from the customer account page.
API to achieve the functionality mentioned above does exist.
https://shopify.dev/docs/admin-api/graphql/reference/customers/customerpaymentmethodsendupdateemail
But I’m getting an ACCESS_DENIED error when trying to access that API even though I have given full permissions to the private app I’m using to access the API.
