--- title: SubscriptionPickupOption - Customer API description: A pickup option to deliver a subscription contract. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/subscriptionpickupoption md: https://shopify.dev/docs/api/customer/latest/objects/subscriptionpickupoption.md --- # Subscription​Pickup​Option object A pickup option to deliver a subscription contract. ## Fields * code [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The code of the pickup option. * description [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The description of the pickup option. * location​Id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null The ID of the pickup location. * phone​Required [Boolean!](https://shopify.dev/docs/api/customer/latest/scalars/Boolean) non-null Whether a phone number is required for the pickup option. * pickup​Address [Pickup​Address!](https://shopify.dev/docs/api/customer/latest/objects/PickupAddress) non-null The address where the customer will pick up the merchandise. * pickup​Time [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The estimated amount of time it takes for the pickup to be ready. For example, "Usually ready in 24 hours". * presentment​Title [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The presentment title of the pickup option. * price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The price of the pickup option. * title [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The title of the pickup option. *** ## Map ### Possible type in * [Subscription​Delivery​Option](https://shopify.dev/docs/api/customer/latest/unions/SubscriptionDeliveryOption)