---
title: "Order - Undershipped Item Report"
method: GET
path: "/order/undershipped_item_report"
tags: ["order"]
---

# Order - Undershipped Item Report

`GET /order/undershipped_item_report`

Retrieve a report of items that were shipped in quantities less than ordered.

## Query parameters

- `start` string, date, required — Start date
- `end` string, date, required — End date
- `store_ids` string[] — Filter by store IDs

## Response `200`

Undershipped item report

- UndershippedItem[]
  - `order_number` string — Order number
  - `store_id` string — Store ID
  - `order_id` string — Order ID
  - `order` object — Full order object
  - `undershipped` boolean — Whether the order is undershipped
  - `has_unlinked_line_item` boolean — Whether the order has unlinked line items

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden. Insufficient permissions.
- `429` — Too many requests. Rate limit exceeded.
- `500` — Internal server error.

## Changes

- **2026-03-02** `fa53dd949b8e` — 2 breaking, 7 info
  - the `query` request parameter `end` became required
  - the `query` request parameter `start` became required
  - api operation id `get_order_undershipped_item_report` was added
  - added the media type `application/json` for the response with the status `200`
  - …5 more
- **2024-04-22** `08cd9cfa14dd` — 2 breaking, 3 info
  - for the `query` request parameter `end`, the type/format was changed from `string`/`` to `string`/`date`
  - for the `query` request parameter `start`, the type/format was changed from `string`/`` to `string`/`date`
  - for the `query` request parameter `store_ids`, the type/format was generalized from `string`/`` to `array`/``
  - added the non-success response with the status `400`
  - …1 more
- **2024-04-19** `46ceda528000` — 1 breaking, 11 info
  - removed the media type `application/json` for the response with the status `200`
  - api operation id `get_order_undershipped_item_report` removed and replaced with ``
  - the `query` request parameter `end` became optional
  - the `query` request parameter `start` became optional
  - …8 more

[Change history](https://skmtc.dev/skulabs/apis/skulabs-api/changes/order/undershipped_item_report/get.md)

---

[API](https://skmtc.dev/skulabs/apis/skulabs-api.md) · [All operations](https://skmtc.dev/skulabs/apis/skulabs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/skulabs/skulabs-api/revisions/4b5ec0ed78a6/schema)
