--- title: SubscriptionDeliveryOption - Customer API description: The delivery option for a 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/SubscriptionDeliveryOption md: >- https://shopify.dev/docs/api/customer/latest/unions/SubscriptionDeliveryOption.md --- # Subscription​Delivery​Option union The delivery option for a subscription contract. ## Fields with this union * [Subscription​Delivery​Options​Result​Success.deliveryOptions](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionDeliveryOptionsResultSuccess#field-SubscriptionDeliveryOptionsResultSuccess.fields.deliveryOptions) OBJECT A successful result containing the available delivery options for the subscription contract. *** ```graphql union SubscriptionDeliveryOption = SubscriptionLocalDeliveryOption | SubscriptionPickupOption | SubscriptionShippingOption ```