Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionDeliveryMethodInput
Specifies delivery method fields for a subscription draft. 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.
Signature:
export interface SubscriptionDeliveryMethodInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| localDelivery? | InputMaybe<SubscriptionDeliveryMethodLocalDeliveryInput> | (Optional) The input fields for the local delivery method. | |
| pickup? | InputMaybe<SubscriptionDeliveryMethodPickupInput> | (Optional) The input fields for the pickup delivery method. | |
| shipping? | InputMaybe<SubscriptionDeliveryMethodShippingInput> | (Optional) The input fields for the shipping delivery method. |