--- title: SubscriptionDeliveryOption - Customer API description: The delivery option for a subscription contract. api_version: 2026-01 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. ## Possible types * SubscriptionLocalDeliveryOption * SubscriptionPickupOption * SubscriptionShippingOption *** ## Fields with this union * *** ```graphql union SubscriptionDeliveryOption = SubscriptionLocalDeliveryOption | SubscriptionPickupOption | SubscriptionShippingOption ```