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