Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionDeliveryMethodLocalDeliveryOptionInput
The input fields for local delivery option.
Signature:
export interface SubscriptionDeliveryMethodLocalDeliveryOptionInput
Property | Modifiers | Type | Description |
---|---|---|---|
code? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) A custom reference to the delivery method for use with automations. | |
description? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The details displayed to the customer to describe the local delivery option. | |
instructions? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The delivery instructions that the customer can provide to the merchant. | |
phone | Scalars[‘String’][‘input’] | The phone number that the customer must provide to the merchant. Formatted using E.164 standard. For example, +16135551111 . |
|
presentmentTitle? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The presentment title of the local delivery option. | |
title? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The title of the local delivery option. |