cURL
curl --request GET \ --url https://api.skulabs.com/order/undershipped_item_report \ --header 'Authorization: Bearer <token>'
[ { "order_number": "<string>", "store_id": "507f1f77bcf86cd799439011", "order_id": "<string>", "order": {}, "undershipped": true, "has_unlinked_line_item": true } ]
Retrieve a report of items that were shipped in quantities less than ordered.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Start date
"2024-01-01"
End date
"2024-12-31"
Filter by store IDs
Undershipped item report
Order number
Store ID
"507f1f77bcf86cd799439011"
Order ID
Full order object
Whether the order is undershipped
Whether the order has unlinked line items