---
title: "Status summary"
method: GET
path: "/shipping_integrations/orders/status_summary/v1"
tags: ["/shipping_integrations"]
---

# Status summary

`GET /shipping_integrations/orders/status_summary/v1`

Counts the caller's shipping integration orders by unified status. | () -> (ShippingIntegrationOrderStatusSummaryRes)

## Query parameters

- `filter_shipping_integration_order_ids` string[], nullable — Filter by selected shipping integration order ids
- `filter_shipping_integration` OrgShippingIntegrationEnum1[], nullable — Filter by shipping integration(s)
- `filter_provider_org_id` string[], nullable — Filter by provider org ID(s)
- `filter_status` ShippingIntegrationOrderStatusEnum1[], nullable — Filter by unified status(es)
- `filter_integration_order_id` string, nullable — Filter by the provider's exact order ID
- `filter_reference_number` string, nullable — Filter by an exact reference number carried on the order
- `filter_ordered_at_timestamp_gte` string, date-time, nullable — Filter ordered_at_timestamp >= value
- `filter_ordered_at_timestamp_lte` string, date-time, nullable — Filter ordered_at_timestamp <= value
- `filter_completed_at_timestamp_gte` string, date-time, nullable — Filter completed_at_timestamp >= value
- `filter_completed_at_timestamp_lte` string, date-time, nullable — Filter completed_at_timestamp <= value
- `filter_last_mirrored_at_timestamp_gte` string, date-time, nullable — Filter last_mirrored_at_timestamp >= value
- `filter_last_mirrored_at_timestamp_lte` string, date-time, nullable — Filter last_mirrored_at_timestamp <= value
- `filter_first_mirrored_at_timestamp_gte` string, date-time, nullable — Filter first_mirrored_at_timestamp >= value
- `filter_first_mirrored_at_timestamp_lte` string, date-time, nullable — Filter first_mirrored_at_timestamp <= value

## Response `200`

Successful Response

- ShippingIntegrationOrderStatusSummaryRes — Order counts per unified status, for the dashboard and the table widget.
  - `staged_count` integer, required
  - `in_progress_count` integer, required
  - `completed_count` integer, required
  - `cancelled_count` integer, required
  - `exception_count` integer, required
  - `total_count` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-24** `b5a0a0e20ff8` — 1 info
  - added the new optional `query` request parameter `filter_shipping_integration_order_ids`
- **2026-09-21** `9a30893d8db1` — 1 info
  - added the enum value `courie` to the property `anyOf[subschema #1]/items/` of the `query` request parameter `filter_shipping_integration`

[Change history](https://skmtc.dev/chrt/apis/chrt-fastapi/changes/shipping_integrations/orders/status_summary/v1/get.md)

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/chrt/apis/chrt-fastapi/revisions/1a1e5a995fc9?raw)
