---
title: SubscriptionLocalDeliveryOption - Customer API
description: A local delivery option for a subscription contract.
api_version: unstable
api_name: customer
source_url:
  html: >-
    https://shopify.dev/docs/api/customer/unstable/objects/SubscriptionLocalDeliveryOption
  md: >-
    https://shopify.dev/docs/api/customer/unstable/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/unstable/scalars/String)

  non-null

  The code of the local delivery option.

* description

  [String](https://shopify.dev/docs/api/customer/unstable/scalars/String)

  The description of the local delivery option.

* phone​Required

  [Boolean!](https://shopify.dev/docs/api/customer/unstable/scalars/Boolean)

  non-null

  Whether a phone number is required for the local delivery option.

* presentment​Title

  [String](https://shopify.dev/docs/api/customer/unstable/scalars/String)

  The presentment title of the local delivery option.

* price

  [Money​V2!](https://shopify.dev/docs/api/customer/unstable/objects/MoneyV2)

  non-null

  The price of the local delivery option.

* title

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

  non-null

  The title of the local delivery option.

***

## Map

### Possible type in

* [Subscription​Delivery​Option](https://shopify.dev/docs/api/customer/unstable/unions/SubscriptionDeliveryOption)
