--- title: Local Delivery & Pickup for Subscriptions - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/local-delivery-pickup-for-subscriptions md: https://shopify.dev/changelog/local-delivery-pickup-for-subscriptions.md --- [Back to Developer changelog](https://shopify.dev/changelog) September 30, 2022 Tags: * API * 2022-10 # Local Delivery & Pickup for Subscriptions As of `2022-10`, partners can manage the delivery methods of the subscriptions contracts with Shipping, Local Delivery, and Pickup. [`SubscriptionContract.deliveryMethod`](https://shopify.dev/api/admin-graphql/2022-10/objects/SubscriptionContract#field-subscriptioncontract-deliverymethod) supports two new types: `SubscriptionDeliveryMethodLocalDelivery` and `SubscriptionDeliveryMethodPickup`. A new [`SubscriptionDraft.deliveryOptions`](https://shopify.dev/api/admin-graphql/2022-10/objects/SubscriptionDraft#field-subscriptiondraft-deliveryoptions) provides a `SubscriptionDeliveryOptionResultSuccess` type for all three delivery methods. To edit or create contracts, an extended [`SubscriptionDeliveryMethodInput`](https://shopify.dev/api/admin-graphql/2022-10/input-objects/SubscriptionDeliveryMethodInput) for `SubscriptionDraftInput` can receive `localDelivery` and `pickup` information. **Important to note:** * [SubscriptionContract.deliveryMethod](https://shopify.dev/api/admin-graphql/2022-04/objects/SubscriptionContract#field-subscriptioncontract-deliverymethod) returns null for clients using API versions earlier than 2022-10 when the contract is created with Local Delivery or Pickup. If you have been inferring a subscription has only digital products because the delivery method is null, then adopt our new graphql changes. * We also recommend taking a look at general delivery terms your app might be using, such as “delivers” or “ships”. Consider replacing them with broader terminology like “fulfills” or “recurs” that cover all modes of delivery. Learn more about Delivery Methods for Subscription on [Shopify.dev](https://shopify.dev/apps/subscriptions/shipping-delivery).