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