---
title: SubscriptionDeliveryMethodLocalDeliveryInput - Customer API
description: The input fields for a local delivery method.
api_version: 2025-07
api_name: customer
type: input-object
api_type: graphql
source_url:
  html: >-
    https://shopify.dev/docs/api/customer/2025-07/input-objects/SubscriptionDeliveryMethodLocalDeliveryInput
  md: >-
    https://shopify.dev/docs/api/customer/2025-07/input-objects/SubscriptionDeliveryMethodLocalDeliveryInput.md
---

# Subscription​Delivery​Method​Local​Delivery​Input

input\_object

The input fields for a local delivery method.

## Fields

* delivery​Address

  [Customer​Address​Input](https://shopify.dev/docs/api/customer/2025-07/input-objects/CustomerAddressInput)

  The address to deliver to.

* instructions

  [String](https://shopify.dev/docs/api/customer/2025-07/scalars/String)

  The delivery instructions that the customer can provide to the merchant.

* phone

  [String!](https://shopify.dev/docs/api/customer/2025-07/scalars/String)

  non-null

  The phone number that the customer must provide to the merchant. Formatted using E.164 standard. For example, `+16135551111`.

***

## Input objects using this input

* [Subscription​Delivery​Method​Input.localDelivery](https://shopify.dev/docs/api/customer/2025-07/input-objects/SubscriptionDeliveryMethodInput#fields-localDelivery)

  INPUT OBJECT

  Specifies delivery method fields for a subscription contract. This is an input union: one, and only one, field can be provided. The field provided will determine which delivery method is to be used.

***

## Map

### Input objects using this input

* [Subscription​Delivery​Method​Input.localDelivery](https://shopify.dev/docs/api/customer/2025-07/input-objects/SubscriptionDeliveryMethodInput#fields-localDelivery)
