Lookup Batch by QR/Barcode
Pending
Used in Step 1 to find a scheduled batch before inspection starts.
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Responses
{
"found": true,
"data": {
"batch_id": "#2025",
"supplier_name": "Fresh Valley Farms",
"scheduled_items_count": 50,
"status": "scheduled"
}
}
Modified at 2025-12-18 11:12:03