--- title: SubscriptionDeliveryMethodPickupOption - Customer API description: Represents the selected pickup option on a subscription contract. api_version: 2025-01 api_name: customer type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/customer/2025-01/objects/SubscriptionDeliveryMethodPickupOption md: >- https://shopify.dev/docs/api/customer/2025-01/objects/SubscriptionDeliveryMethodPickupOption.md --- # Subscription​Delivery​Method​Pickup​Option object Represents the selected pickup option on a subscription contract. ## Fields * description [String](https://shopify.dev/docs/api/customer/2025-01/scalars/String) The details displayed to the customer to describe the pickup option. * pickup​Address [Pickup​Address!](https://shopify.dev/docs/api/customer/2025-01/objects/PickupAddress) non-null The address where the customer will pick up the merchandise. * presentment​Title [String](https://shopify.dev/docs/api/customer/2025-01/scalars/String) The presentment title of the pickup option. * title [String](https://shopify.dev/docs/api/customer/2025-01/scalars/String) The title of the pickup option. *** ## Map ### Fields with this object * {}[SubscriptionDeliveryMethodPickup.pickupOption](https://shopify.dev/docs/api/customer/2025-01/objects/SubscriptionDeliveryMethodPickup#field-SubscriptionDeliveryMethodPickup.fields.pickupOption)