---
title: SubscriptionDeliveryOptionsResult - Customer API
description: >-
  The result of the query that fetches delivery options for the subscription
  contract.
api_version: 2026-07
source_url:
  html: >-
    https://shopify.dev/docs/api/customer/latest/unions/SubscriptionDeliveryOptionsResult
  md: >-
    https://shopify.dev/docs/api/customer/latest/unions/SubscriptionDeliveryOptionsResult.md
api_name: customer
api_type: graphql
type: union
---

# Subscription​Delivery​Options​Result

union

Requires `customer_read_customers` access scope.

The result of the query that fetches delivery options for the subscription contract.

```graphql
union SubscriptionDeliveryOptionsResult = SubscriptionDeliveryOptionsResultFailure | SubscriptionDeliveryOptionsResultSuccess
```
