---
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` 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

---

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