v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
item

Item - Find By Barcode

Look up an item by its barcode (UPC, EAN, ISBN, or custom barcode).

get/item/find_by_barcode

Query parameters

barcodestring required

Barcode to search for

Example:012345678901

Response

Items matching the barcode

_idstring required

Item ID

skustring

Item SKU

upcstring

Primary barcode

serial_numbersstring[]

Serial numbers

barcodesstring[]

Additional barcodes

Example response

[
  {
    "_id": "507f1f77bcf86cd799439011"
  }
]