--- title: SubscriptionContractSelectDeliveryMethodPayload - Customer API description: Return type for `subscriptionContractSelectDeliveryMethod` mutation. api_version: 2025-10 api_name: customer type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/payloads/subscriptioncontractselectdeliverymethodpayload md: https://shopify.dev/docs/api/customer/latest/payloads/subscriptioncontractselectdeliverymethodpayload.md --- # Subscription​Contract​Select​Delivery​Method​Payload payload Return type for `subscriptionContractSelectDeliveryMethod` mutation. ## Fields * contract [Subscription​Contract](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionContract) The updated subscription contract object. * user​Errors [\[Subscription​Contract​User​Error!\]!](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionContractUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [subscription​Contract​Select​Delivery​Method](https://shopify.dev/docs/api/customer/latest/mutations/subscriptionContractSelectDeliveryMethod) mutation Selects an option from a delivery options result and updates the delivery method on a Subscription Contract. * subscription​Contract​Id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) required ### Arguments The ID of the subscription contract. * subscription​Delivery​Options​Result​Token [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) required The token associated with the successfully fetched delivery options result for the subscription contract. * delivery​Method​Input [Subscription​Delivery​Method​Input!](https://shopify.dev/docs/api/customer/latest/input-objects/SubscriptionDeliveryMethodInput) required The delivery method selected for the subscription contract. *** *** ## Map ### Mutations with this payload * [subscription​Contract​Select​Delivery​Method](https://shopify.dev/docs/api/customer/latest/types/subscriptionContractSelectDeliveryMethod)