--- title: SubscriptionDeliveryOption - GraphQL Admin description: The delivery option for a subscription contract. api_version: 2026-04 api_name: admin type: union api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/unions/subscriptiondeliveryoption md: https://shopify.dev/docs/api/admin-graphql/latest/unions/subscriptiondeliveryoption.md --- # Subscription​Delivery​Option union Requires the `read_own_subscription_contracts` or `write_own_subscription_contracts` scope. The delivery option for a subscription contract. ## Fields with this union * [Subscription​Delivery​Option​Result​Success.deliveryOptions](https://shopify.dev/docs/api/admin-graphql/latest/objects/SubscriptionDeliveryOptionResultSuccess#field-SubscriptionDeliveryOptionResultSuccess.fields.deliveryOptions) OBJECT The delivery option for a subscription contract. *** ```graphql union SubscriptionDeliveryOption = SubscriptionLocalDeliveryOption | SubscriptionPickupOption | SubscriptionShippingOption ```