Address
These fields are accessed through Address via the operates at relationship.
Traversal path
Operating Location → addresses → field
Pricing tier: Core · GraphQL: OperatingLocation.addresses
Fields
| Field | Path | Description |
|---|---|---|
| Full Address | addresses.fullAddress | The complete address including street address, unit, city, state and ZIP code. |
| Street Address 1 | addresses.streetAddress1 | The main street address with number, name, and directionals using USPS standards. |
| Street Address 2 | addresses.streetAddress2 | Additional address information like unit, suite or floor number using USPS abbreviations. |
| City | addresses.city | The city where this address is located. |
| State | addresses.state | The two-letter abbreviation of the U.S. state or territory. |
| Zip | addresses.zip | The current five-digit U.S. postal code of the address. |
| Country | addresses.country | The three-digit ISO3 country code, null typically indicates USA. |
| Latitude | addresses.latitude | The approximate latitude (decimal form) of the street address. |
| Longitude | addresses.longitude | The approximate longitude (decimal form) of the street address. |