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"
  }
]

Changes

Changed in 3 of the 13 revisions of this API.216

    • the query request parameter barcode became required

      request-parameter-became-required

    • api operation id get_item_find_by_barcode was added

      api-operation-id-added

    • added the media type application/json for the response with the status 200

      response-media-type-added

    • added the media type application/json for the response with the status 400

      response-media-type-added

    • added the media type application/json for the response with the status 401

      response-media-type-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

  • 46ceda52800017See the full diff
    • removed the media type application/json for the response with the status 200

      response-media-type-removed

    • api operation id get_item_find_by_barcode removed and replaced with

      api-operation-id-removed

    • the query request parameter barcode became optional

      request-parameter-became-optional

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • removed the non-success response with the status 401

      response-non-success-status-removed

    • removed the non-success response with the status 403

      response-non-success-status-removed

    • removed the non-success response with the status 429

      response-non-success-status-removed

    • removed the non-success response with the status 500

      response-non-success-status-removed

    This revision also has 85 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog