--- title: SubscriptionDeliveryMethod - Customer API description: The delivery method to use to deliver the physical goods to the customer. api_version: 2026-01 api_name: customer type: union api_type: graphql source_url: html: >- https://shopify.dev/docs/api/customer/latest/unions/SubscriptionDeliveryMethod md: >- https://shopify.dev/docs/api/customer/latest/unions/SubscriptionDeliveryMethod.md --- # Subscription​Delivery​Method union The delivery method to use to deliver the physical goods to the customer. ## Possible types * SubscriptionDeliveryMethodLocalDelivery * SubscriptionDeliveryMethodPickup * SubscriptionDeliveryMethodShipping *** ## Fields with this union * * *** ```graphql union SubscriptionDeliveryMethod = SubscriptionDeliveryMethodLocalDelivery | SubscriptionDeliveryMethodPickup | SubscriptionDeliveryMethodShipping ```