# subscriptionContractFetchDeliveryOptions - customer - MUTATION Version: 2024-10 ## Description Fetches the available delivery options for a Subscription Contract. ### Access Scopes ## Arguments * [address](/docs/api/customer/2024-10/input-objects/CustomerAddressInput): CustomerAddressInput - The address to deliver the subscription contract to. * [subscriptionContractId](/docs/api/customer/2024-10/scalars/ID): ID! - The ID of the subscription contract. ## Returns * [deliveryOptionsResult](/docs/api/customer/2024-10/unions/SubscriptionDeliveryOptionsResult): SubscriptionDeliveryOptionsResult The available delivery options for a given delivery address. Returns `null` for pending requests. * [userErrors](/docs/api/customer/2024-10/objects/SubscriptionContractUserError): SubscriptionContractUserError! The list of errors that occurred from executing the mutation. ## Examples