Shopify GraphiQL App - querying subscriptionContracts

I’m trying to change the renewal date of all my subscriptions to the 21st of each month.

When querying the subscriptionContracts it says I do not have any contracts:

While there are 4 active subscriptions:

I am using this code to list all subscriptions:

{
subscriptionContracts(first: 10) {
edges {
node {
id
status
nextBillingDate
}
}
}
}

I gave Shopify GraphiQL App all possible rights already.

Who can help me please?

1 Like

I believe the gist is we don’t have access to the contracts created in the Shopify app (or any third party app): How to Retrieve Subscription Details for Orders Using Shopify API? - #3 by user_072319