Inventory Overview API (0.1)
Download OpenAPI specification:Download
Use this API to get the 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
- 200
- 400
- 500
Content type
application/json
{- "items": [
- {
- "id": "string",
- "order_id": "string",
- "store_id": "string",
- "fulfillment_node_id": "string",
- "fulfillment_associate_name": "string",
- "count_task": {
- "id": "string",
- "external_id": "string"
}, - "mispicked_items": [
- {
- "id": "string",
- "quantity": 0
}
], - "updated_at": "string"
}
], - "pagination": {
- "offset": 0,
- "count": 0,
- "total": 0
}
}