Skip to main content

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

Body

required
    barcodes string[]required

    Possible values: non-empty

    List of barcodes to search for

    scanner_account_ids string[]

    List of scanner account IDs

    exact boolean[]

    Exact match on barcode for each barcode

Responses

Successful Response

Schema

    integer

Loading...