--- title: SubscriptionContractCreatePayload - GraphQL Admin description: Return type for `subscriptionContractCreate` 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/subscriptioncontractcreatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/subscriptioncontractcreatepayload.md --- # Subscription​Contract​Create​Payload payload Return type for `subscriptionContractCreate` mutation. ## Fields * draft [Subscription​Draft](https://shopify.dev/docs/api/admin-graphql/latest/objects/SubscriptionDraft) The Subscription Contract object. * user​Errors [\[Subscription​Draft​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/SubscriptionDraftUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [subscription​Contract​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/subscriptionContractCreate) mutation Creates a Subscription Contract Draft. You can submit all the desired information for the draft using [Subscription Draft Input object](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/SubscriptionDraftInput). You can also update the draft using the [Subscription Contract Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/subscriptionContractUpdate) mutation. The draft is not saved until you call the [Subscription Draft Commit](https://shopify.dev/docs/api/admin-graphql/latest/mutations/subscriptionDraftCommit) mutation. *** ## Map ### Mutations with this payload * [subscription​Contract​Create](https://shopify.dev/docs/api/admin-graphql/latest/types/subscriptionContractCreate)