Skip to content

Instantly share code, notes, and snippets.

@ShayneP
Last active June 30, 2020 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShayneP/a27a30a0653142c2a05938403fed2d47 to your computer and use it in GitHub Desktop.
Save ShayneP/a27a30a0653142c2a05938403fed2d47 to your computer and use it in GitHub Desktop.
mutation {
appSubscriptionCreate(
name: "Product Photos PRO"
returnUrl: "https://www.shopify.com"
lineItems: [
{
plan: {
appRecurringPricingDetails: {
price: { amount: 10.00, currencyCode: USD }
interval: ANNUAL
}
}
}
]
) {
appSubscription {
id
}
confirmationUrl
userErrors {
field
message
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment