--- title: SubscriptionDeliveryMethod - Customer API description: The delivery method to use to deliver the physical goods to the customer. api_version: 2026-04 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. ## Fields with this union * [Subscription​Contract.deliveryMethod](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionContract#field-SubscriptionContract.fields.deliveryMethod) OBJECT A Subscription Contract. * [Subscription​Contract​Base.deliveryMethod](https://shopify.dev/docs/api/customer/latest/interfaces/SubscriptionContractBase#fields-deliveryMethod) INTERFACE The common fields of a subscription contract. *** ```graphql union SubscriptionDeliveryMethod = SubscriptionDeliveryMethodLocalDelivery | SubscriptionDeliveryMethodPickup | SubscriptionDeliveryMethodShipping ```