--- title: SubscriptionContractProductChangePayload - GraphQL Admin description: Return type for `subscriptionContractProductChange` mutation. api_version: 2025-01 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-01/payloads/subscriptioncontractproductchangepayload md: https://shopify.dev/docs/api/admin-graphql/2025-01/payloads/subscriptioncontractproductchangepayload.md --- # Subscription​Contract​Product​Change​Payload payload Return type for `subscriptionContractProductChange` mutation. ## Fields * contract [Subscription​Contract](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/SubscriptionContract) The new Subscription Contract object. * line​Updated [Subscription​Line](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/SubscriptionLine) The updated Subscription Line. * user​Errors [\[Subscription​Draft​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/SubscriptionDraftUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [subscription​Contract​Product​Change](https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/subscriptionContractProductChange) mutation Allows for the easy change of a Product in a Contract or a Product price change. *** ## Map ### Mutations with this payload * [subscription​Contract​Product​Change](https://shopify.dev/docs/api/admin-graphql/2025-01/types/subscriptionContractProductChange)