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