curl --request GET \
--url https://api.skulabs.com/order/get_skipped_scans \
--header 'Authorization: Bearer <token>'{
"scans": [
{
"_id": "507f1f77bcf86cd799439011",
"quantity": 123,
"user_ids": [
"<string>"
]
}
]
}Retrieve items that were skipped during barcode scanning in order fulfillment.
curl --request GET \
--url https://api.skulabs.com/order/get_skipped_scans \
--header 'Authorization: Bearer <token>'{
"scans": [
{
"_id": "507f1f77bcf86cd799439011",
"quantity": 123,
"user_ids": [
"<string>"
]
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Start date
"2024-01-01"
End date
"2024-12-31"
Skipped scan records
Aggregated skipped scan records
Show child attributes