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