--- title: SubscriptionContractFetchDeliveryOptionsPayload - Customer API description: Return type for `subscriptionContractFetchDeliveryOptions` mutation. api_version: 2025-10 api_name: customer type: payload api_type: graphql source_url: html: >- https://shopify.dev/docs/api/customer/latest/payloads/SubscriptionContractFetchDeliveryOptionsPayload md: >- https://shopify.dev/docs/api/customer/latest/payloads/SubscriptionContractFetchDeliveryOptionsPayload.md --- # Subscription​Contract​Fetch​Delivery​Options​Payload payload Return type for `subscriptionContractFetchDeliveryOptions` mutation. ## Fields * delivery​Options​Result [Subscription​Delivery​Options​Result](https://shopify.dev/docs/api/customer/latest/unions/SubscriptionDeliveryOptionsResult) The available delivery options for a given delivery address. Returns `null` for pending requests. * user​Errors [\[Subscription​Contract​User​Error!\]!](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionContractUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [subscription​Contract​Fetch​Delivery​Options](https://shopify.dev/docs/api/customer/latest/mutations/subscriptionContractFetchDeliveryOptions) mutation Fetches the available delivery options for a Subscription Contract. * subscription​Contract​Id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) required ### Arguments The ID of the subscription contract. * address [Customer​Address​Input](https://shopify.dev/docs/api/customer/latest/input-objects/CustomerAddressInput) The address to deliver the subscription contract to. *** *** ## Map ### Mutations with this payload * [subscription​Contract​Fetch​Delivery​Options](https://shopify.dev/docs/api/customer/latest/types/subscriptionContractFetchDeliveryOptions)