--- title: AppSubscriptionCreatePayload - GraphQL Admin description: Return type for `appSubscriptionCreate` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/appsubscriptioncreatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/appsubscriptioncreatepayload.md --- # App​Subscription​Create​Payload payload Return type for `appSubscriptionCreate` mutation. ## Fields * app​Subscription [App​Subscription](https://shopify.dev/docs/api/admin-graphql/latest/objects/AppSubscription) The newly-created app subscription. * confirmation​Url [URL](https://shopify.dev/docs/api/admin-graphql/latest/scalars/URL) The URL pointing to the page where the merchant approves or declines the charges for an app subscription. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [app​Subscription​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/appSubscriptionCreate) mutation Allows an app to charge a store for features or services on a recurring basis. *** ## Map ### Mutations with this payload * [app​Subscription​Create](https://shopify.dev/docs/api/admin-graphql/latest/types/appSubscriptionCreate)