Skip to main content

Inventory Overview API (0.1)

Download OpenAPI specification:Download

Use this API to get the mispick reports.

Mispick Report

Provides endpoints for obtaining mispick reports.

Get mispicks.

Retrieves the list of mispicks.

query Parameters
count
integer >= 1

The number of results retrieved

offset
integer >= 0

The offset of the retrieved results relative to all the matching results

Responses

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "pagination": {
    }
}

Export mispicks.

Exports mispicks updated within the given date range as a CSV attachment.

query Parameters
start_date
required
string <date-time>

Inclusive start of the updated-at range (ISO 8601 date or datetime).

end_date
required
string <date-time>

Inclusive end of the updated-at range (ISO 8601 date or datetime).

Responses

Response samples

Content type
application/json
{
  • "error_data": {
    }
}