--- title: PickupAddress - Customer API description: The address of a pickup location. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/pickupaddress md: https://shopify.dev/docs/api/customer/latest/objects/pickupaddress.md --- # Pickup​Address object The address of a pickup location. ## Fields * address1 [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The street address for the pickup location. * address2 [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) Any additional address information for the pickup location. * city [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The city of the pickup location. * country​Code [Country​Code!](https://shopify.dev/docs/api/customer/latest/enums/CountryCode) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The country code for the pickup location. * phone [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The phone number for the pickup location. * zip [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The ZIP code for the pickup location. * zone​Code [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The province code for the pickup location. *** ## Map ### Fields with this object * {}[SubscriptionDeliveryMethodPickupOption.pickupAddress](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionDeliveryMethodPickupOption#field-pickupAddress) * {}[SubscriptionPickupOption.pickupAddress](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionPickupOption#field-pickupAddress)