--- title: SubscriptionLocalDeliveryOption - Customer API description: A local delivery option for a subscription contract. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/subscriptionlocaldeliveryoption md: https://shopify.dev/docs/api/customer/latest/objects/subscriptionlocaldeliveryoption.md --- # Subscription​Local​Delivery​Option object A local delivery option for a subscription contract. ## Fields * code [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The code of the local delivery option. * description [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The description of the local delivery option. * phone​Required [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Whether a phone number is required for the local delivery option. * presentment​Title [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The presentment title of the local delivery option. * price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The price of the local delivery option. * title [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The title of the local delivery option. *** ## Map ### Possible type in * [Subscription​Delivery​Option](https://shopify.dev/docs/api/customer/latest/unions/SubscriptionDeliveryOption)