Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryLocationLocalPickupEnableInput
The input fields for a local pickup setting associated with a location.
Signature:
export interface DeliveryLocationLocalPickupEnableInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| instructions? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The instructions for the local pickup. | |
| locationId | Scalars[‘ID’][‘input’] | The ID of the location associated with the location setting. | |
| pickupTime | DeliveryLocalPickupTime | `${DeliveryLocalPickupTime}` | The time of the local pickup. |