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

# OrderTrackingEvent

> A single carrier tracking event for a fulfillment.

<ResponseField name="datetime" type={<a href="/docs/api-reference/v3/reference/common/date-time">DateTime!</a>} required>
  When the tracking event occurred.
</ResponseField>

<ResponseField name="location" type={<a href="/docs/api-reference/v3/reference/orders/order-tracking-event-location">OrderTrackingEventLocation</a>}>
  Where the tracking event occurred, if reported.

  <Expandable title="fields" lazyRender>
    <ResponseField name="city" type="String">
      The city, if reported.
    </ResponseField>

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

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

    <ResponseField name="state" type="String">
      The state or province, if reported.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="message" type="String!" required>
  The human-readable tracking message.
</ResponseField>

<ResponseField name="status" type="String!" required>
  The carrier's status label at this event.
</ResponseField>
