# subscriptionContractSelectDeliveryMethod - customer - MUTATION Version: 2024-10 ## Description Selects an option from a delivery options result and updates the delivery method on a Subscription Contract. ### Access Scopes ## Arguments * [deliveryMethodInput](/docs/api/customer/2024-10/input-objects/SubscriptionDeliveryMethodInput): SubscriptionDeliveryMethodInput! - The delivery method selected for the subscription contract. * [subscriptionContractId](/docs/api/customer/2024-10/scalars/ID): ID! - The ID of the subscription contract. * [subscriptionDeliveryOptionsResultToken](/docs/api/customer/2024-10/scalars/String): String! - The token associated with the successfully fetched delivery options result for the subscription contract. ## Returns * [contract](/docs/api/customer/2024-10/objects/SubscriptionContract): SubscriptionContract The updated subscription contract object. * [userErrors](/docs/api/customer/2024-10/objects/SubscriptionContractUserError): SubscriptionContractUserError! The list of errors that occurred from executing the mutation. ## Examples