# SubscriptionDeliveryMethodPickupOptionInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for pickup option. ### Access Scopes ## Fields * [code](/docs/api/admin-graphql/2024-10/scalars/String): String - A custom reference to the delivery method for use with automations. * [description](/docs/api/admin-graphql/2024-10/scalars/String): String - The details displayed to the customer to describe the pickup option. * [locationId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the pickup location. * [presentmentTitle](/docs/api/admin-graphql/2024-10/scalars/String): String - The presentment title of the pickup option. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String - The title of the pickup option. ## Input objects with this input object * [SubscriptionDeliveryMethodPickupInput](/docs/api/admin-graphql/2024-10/input-objects/SubscriptionDeliveryMethodPickupInput) ## Examples