> ## 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.

# MailingAddress

> A postal address, e.g. a shipping or billing destination.

<ResponseField name="address1" type="String">
  The first line of the address (street and number).
</ResponseField>

<ResponseField name="address2" type="String">
  The second line of the address (apartment, suite, unit, etc.).
</ResponseField>

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

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

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

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