Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Re: "appSubscriptionTrialExtend" mutation internal error

"appSubscriptionTrialExtend" mutation internal error

skoddowl
Shopify Partner
1 0 0

Hello,

I'm trying to test "App Trial Extension" feature (https://shopify.dev/api/admin-graphql/unstable/mutations/appSubscriptionTrialExtend) from 'Unstable' version of Shopify API, but getting an error: "Internal error. Looks like something went wrong on our end. Request ID: b7ca7007-dcf1-4537-9b2f-6d0d142a7ec3 (include this in support requests)"

Here's example request I'm using:

mutation appSubscriptionTrialExtend($days: Int!, $id: ID!) {
  appSubscriptionTrialExtend(days: $days, id: $id) {
    userErrors {
      field
      message
    }
  }
}

Variables:
id = "gid://shopify/AppSubscription/<APP_SUBSCRIPTION_ID>"
days = 10

Request payload and variables looks OK, could you help with that? Thanks.

Reply 1 (1)

gregório_neto
Shopify Partner
4 0 0
Hello, it seems to be a problem with something not implemented for test subscriptions.
link for similar problem: https://community.shopify.com/c/subscription-apis/getting-internal-server-error-in-graphql/m-p/16022...