# SubscriptionDeliveryMethodInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
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.

### Access Scopes



## Fields
* [localDelivery](/docs/api/admin/2025-01/input-objects/SubscriptionDeliveryMethodLocalDeliveryInput): SubscriptionDeliveryMethodLocalDeliveryInput - The input fields for the local delivery method.
* [pickup](/docs/api/admin/2025-01/input-objects/SubscriptionDeliveryMethodPickupInput): SubscriptionDeliveryMethodPickupInput - The input fields for the pickup delivery method.
* [shipping](/docs/api/admin/2025-01/input-objects/SubscriptionDeliveryMethodShippingInput): SubscriptionDeliveryMethodShippingInput - The input fields for the shipping delivery method.


## Input objects with this input object
* [SubscriptionDraftInput](/docs/api/admin/2025-01/input-objects/SubscriptionDraftInput)


## Examples