Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionDeliveryMethodPickupOptionInput
The input fields for pickup option.
Signature:
export interface SubscriptionDeliveryMethodPickupOptionInput
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 pickup option. | |
locationId | Scalars[‘ID’][‘input’] | The ID of the pickup location. | |
presentmentTitle? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The presentment title of the pickup option. | |
title? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The title of the pickup option. |