--- title: SubscriptionDeliveryOptionsResult - Customer API description: >- The result of the query that fetches delivery options for the subscription contract. api_version: 2026-04 api_name: customer type: union api_type: graphql source_url: html: >- https://shopify.dev/docs/api/customer/latest/unions/SubscriptionDeliveryOptionsResult md: >- https://shopify.dev/docs/api/customer/latest/unions/SubscriptionDeliveryOptionsResult.md --- # Subscription​Delivery​Options​Result union The result of the query that fetches delivery options for the subscription contract. ```graphql union SubscriptionDeliveryOptionsResult = SubscriptionDeliveryOptionsResultFailure | SubscriptionDeliveryOptionsResultSuccess ```