# SubscriptionDeliveryMethodPickupOption - admin-graphql - OBJECT Version: 2024-10 ## Description Represents the selected pickup option on a subscription contract. ### Access Scopes the `read_own_subscription_contracts` or `write_own_subscription_contracts` scope. ## 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. * [location](/docs/api/admin-graphql/2024-10/objects/Location): Location! - The location where the customer will pick up the merchandise. * [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. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples