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

# ReturnDestination

> Where the returned items are shipped to (the merchant).

<ResponseField name="mailingAddress" type={<a href="/docs/api-reference/v3/reference/common/mailing-address">MailingAddress!</a>} required>
  The merchant's return address.

  <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="phoneNumber" type="String">
  A contact phone number for the destination.
</ResponseField>
