Get Item Count By Barcodes
POST/items/barcode/count
Get item count from the database that match the query.
Parameters
barcodes: list of string
List of barcodes to search for.
exact: list of boolean (optional)
Exact match on barcode for each barcode. If not provided, defaults to true for each barcode.
Returns
integer
The number of items matching the barcodes.
Request
Responses
- 200
- 422
Successful Response
Validation Error