# SubscriptionDeliveryMethodInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## 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-graphql/2024-10/input-objects/SubscriptionDeliveryMethodLocalDeliveryInput): SubscriptionDeliveryMethodLocalDeliveryInput - The input fields for the local delivery method. * [pickup](/docs/api/admin-graphql/2024-10/input-objects/SubscriptionDeliveryMethodPickupInput): SubscriptionDeliveryMethodPickupInput - The input fields for the pickup delivery method. * [shipping](/docs/api/admin-graphql/2024-10/input-objects/SubscriptionDeliveryMethodShippingInput): SubscriptionDeliveryMethodShippingInput - The input fields for the shipping delivery method. ## Input objects with this input object * [SubscriptionDraftInput](/docs/api/admin-graphql/2024-10/input-objects/SubscriptionDraftInput) ## Examples