---
title: "Sync one"
method: POST
path: "/shipping_integrations/atlas/orders/sync_one/v1"
tags: ["/shipping_integrations"]
---

# Sync one

`POST /shipping_integrations/atlas/orders/sync_one/v1`

Fetches and mirrors one Atlas order by the provider's own order ID. | authz: min_org_role=operator | (AtlasOrderSyncOneReq) -> (AtlasOrder1)

## Request body

- AtlasOrderSyncOneReq
  - `provider_org_id` string, required — Must be a string starting with `org_`
  - `integration_order_id` string, required

## Response `200`

Successful Response

- AtlasOrder1
  - `schema_version` 1, required
  - `_id` string, required
  - `org_id` string, required — Must be a string starting with `org_`
  - `shipping_integration` 'atlas', required
  - `provider_org_id` string, required — Must be a string starting with `org_`
  - `integration_order_id` string, required
  - `provider_payload` AtlasOrderResponse1, required — Known fields from an Atlas shipment payload, retaining all other fields.
    - `id` string, required
    - `origin` string, nullable
    - `destination` string, nullable
    - `trailer` string, nullable
    - `dateCreated` string, nullable
    - `dateEnd` string, nullable
    - `numStops` integer, nullable
    - `clientReference` string, nullable
    - `status` string, nullable
    - `stops` AtlasStopResponse1[], nullable
      - `truck` string, nullable
      - `origin` string, nullable
      - `destination` string, nullable
      - `sequence` integer, nullable
      - `events` AtlasEventResponse1[]
        - `code` string, nullable
        - `type` string, nullable
        - `latitude` number, nullable
        - `longitude` number, nullable
        - `dateUtc` string, nullable
  - `provider_payload_hash` string, required
  - `created_at_timestamp` string, date-time, required
  - `updated_at_timestamp` string, date-time, required
  - `mirrored_at_timestamp` string, date-time, required

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