> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-v3-graphql-api-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CustomerLocation

> A customer's current location.

<ResponseField name="city" type="String">
  The city, town, or village.
</ResponseField>

<ResponseField name="country" type="String">
  The country name.
</ResponseField>

<ResponseField name="countryCode" type="String">
  The country code.
</ResponseField>

<ResponseField name="ianaTimeZoneName" type="String">
  The IANA time zone name for the location (e.g. America/New\_York).
</ResponseField>

<ResponseField name="latitude" type="Float">
  The latitude of the location, if geocoded.
</ResponseField>

<ResponseField name="longitude" type="Float">
  The longitude of the location, if geocoded.
</ResponseField>

<ResponseField name="postalCode" type="String">
  The postal or ZIP code.
</ResponseField>

<ResponseField name="state" type="String">
  The state, province, or region name.
</ResponseField>

<ResponseField name="stateCode" type="String">
  The state, province, or region code.
</ResponseField>

<ResponseField name="street1" type="String">
  The first line of the street address.
</ResponseField>

<ResponseField name="street2" type="String">
  The second line of the street address.
</ResponseField>
