Skip to main content
GET
Order - Get Unscanned Items

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start
string<date>
required

Start date

Example:

"2024-01-01"

end
string<date>
required

End date

Example:

"2024-12-31"

Response

Unscanned item report with cleared, shipped, and sold item aggregations

cleared_items
object[]
required

Items cleared/scanned in the period

shipped_items
object[]
required

Items shipped in the period

sold_items
object[]
required

Items sold in the period