A place to discuss charging merchants for your apps and services using the billing API.
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
Hi,
I have an App and I want to extend a users free trial by another 30 days
I saw that the GraphQL api should enable it via
mutation AppSubscriptionTrialExtend { appSubscriptionTrialExtend(id: "[id number]", days: 30) { userErrors { field message } } }
However, the id i am trying does not work and I just get the error of
Invalid global idWhat id needs to be used in this call and where can I find out the retrieve it