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

# ReturnSource

> Who the return is from (the customer).

<ResponseField name="emailAddress" type="String">
  The customer's email address.
</ResponseField>

<ResponseField name="mailingAddress" type={<a href="/docs/api-reference/v3/reference/common/mailing-address">MailingAddress</a>}>
  The customer's shipping address, if known.

  <Expandable title="fields" lazyRender>
    <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>
  </Expandable>
</ResponseField>

<ResponseField name="name" type={<a href="/docs/api-reference/v3/reference/returns/person-name">PersonName!</a>} required>
  The customer's name.

  <Expandable title="fields" lazyRender>
    <ResponseField name="given" type="String!" required>
      The given (first) name.
    </ResponseField>

    <ResponseField name="surname" type="String!" required>
      The family (last) name.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="phoneNumber" type="String">
  A contact phone number for the customer.
</ResponseField>
