--- title: SubscriptionDeliveryMethodLocalDeliveryOption - Customer API description: The delivery option selected for a subscription contract. api_version: 2025-01 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/2025-01/objects/SubscriptionDeliveryMethodLocalDeliveryOption md: https://shopify.dev/docs/api/customer/2025-01/objects/SubscriptionDeliveryMethodLocalDeliveryOption.md --- # Subscription​Delivery​Method​Local​Delivery​Option object The delivery option selected for a subscription contract. ## Fields * description [String](https://shopify.dev/docs/api/customer/2025-01/scalars/String) The description of the delivery option shown to the customer. * instructions [String](https://shopify.dev/docs/api/customer/2025-01/scalars/String) The delivery instructions provided by the customer to the merchant. * phone [String!](https://shopify.dev/docs/api/customer/2025-01/scalars/String) non-null The phone number of the customer provided to the merchant. Formatted using E.164 standard. For example, `+16135551111`. * presentment​Title [String](https://shopify.dev/docs/api/customer/2025-01/scalars/String) The displayed title of the delivery option. * title [String](https://shopify.dev/docs/api/customer/2025-01/scalars/String) The title of the delivery option. *** ## Map ### Fields with this object * {}[SubscriptionDeliveryMethodLocalDelivery.localDeliveryOption](https://shopify.dev/docs/api/customer/2025-01/objects/SubscriptionDeliveryMethodLocalDelivery#field-localDeliveryOption)