---
title: "Detail"
method: GET
path: "/shipping_integrations/orders/detail/v1/{id}"
tags: ["/shipping_integrations"]
---

# Detail

`GET /shipping_integrations/orders/detail/v1/{id}`

Returns one unified shipping integration order by its Mongo ObjectId with related organizations expanded. | () -> (ShippingIntegrationOrderExpanded1)

## Path parameters

- `id` string, required — Mongo ObjectId of the unified order document. The provider's own order ID is the integration_order_id field on the returned order.

## Response `200`

Successful Response

- ShippingIntegrationOrderExpanded1
  - `schema_version` 1, required
  - `_id` string, required
  - `org_id` string, required — Must be a string starting with `org_`
  - `shipping_integration` 'xcelerator' | 'dispatch_science' | 'ontime360' | 'cxt' | 'atlas' | 'ecourier', required
  - `provider_org_id` string, required — Must be a string starting with `org_`
  - `integration_order_id` string, required
  - `reference_numbers` string[]
  - `status` 'staged' | 'in_progress' | 'completed' | 'cancelled' | 'exception', required
  - `provider_status_raw` string, nullable
  - `origin` ShippingIntegrationOrderPlace1 — unresolved $ref
  - `destination` ShippingIntegrationOrderPlace1 — unresolved $ref
  - `stop_count` integer, nullable
  - `ordered_at_timestamp` string, date-time, nullable
  - `in_progress_at_timestamp` string, date-time, nullable
  - `in_progress_at_provenance` 'reported' | 'derived'
  - `completed_at_timestamp` string, date-time, nullable
  - `completed_at_provenance` 'reported' | 'derived'
  - `source_provider_payload_hash` string, required
  - `first_mirrored_at_timestamp` string, date-time, required
  - `last_mirrored_at_timestamp` string, date-time, required
  - `provider_org` OrgPublicData1 — unresolved $ref
  - `shipper_org` OrgPublicData1 — unresolved $ref

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
