# PickupAddress - customer - OBJECT Version: 2025-04 ## Description The address of a pickup location. ### Access Scopes ## Fields * [address1](/docs/api/customer/2025-04/scalars/String): String! - The street address for the pickup location. * [address2](/docs/api/customer/2025-04/scalars/String): String - Any additional address information for the pickup location. * [city](/docs/api/customer/2025-04/scalars/String): String! - The city of the pickup location. * [countryCode](/docs/api/customer/2025-04/enums/CountryCode): CountryCode! - The country code for the pickup location. * [phone](/docs/api/customer/2025-04/scalars/String): String - The phone number for the pickup location. * [zip](/docs/api/customer/2025-04/scalars/String): String - The ZIP code for the pickup location. * [zoneCode](/docs/api/customer/2025-04/scalars/String): String - The province code for the pickup location. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples