--- title: SubscriptionDeliveryMethodLocalDelivery - GraphQL Admin description: |- A subscription delivery method for local delivery. The other subscription delivery methods can be found in the `SubscriptionDeliveryMethod` union type. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/subscriptiondeliverymethodlocaldelivery md: https://shopify.dev/docs/api/admin-graphql/latest/objects/subscriptiondeliverymethodlocaldelivery.md --- # Subscription​Delivery​Method​Local​Delivery object Requires the `read_own_subscription_contracts` or `write_own_subscription_contracts` scope. A subscription delivery method for local delivery. The other subscription delivery methods can be found in the `SubscriptionDeliveryMethod` union type. ## Fields * address [Mailing​Address!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MailingAddress) non-null The address to deliver to. * local​Delivery​Option [Subscription​Delivery​Method​Local​Delivery​Option!](https://shopify.dev/docs/api/admin-graphql/latest/objects/SubscriptionDeliveryMethodLocalDeliveryOption) non-null The details of the local delivery method to use. *** ## Map ### Possible type in * [Subscription​Delivery​Method](https://shopify.dev/docs/api/admin-graphql/latest/unions/SubscriptionDeliveryMethod)