---
title: "Search EAN from Barcode"
method: GET
path: "/v1/products/search-from-barcode"
tags: ["Items"]
---

# Search EAN from Barcode

`GET /v1/products/search-from-barcode`

## Query parameters

- `data` string

## Response `200`

OK

- RepoBarcodeProduct[]
  - `barcode` string
  - `imageBase64` string
  - `imageURL` string
  - `item` RepoEntityCreate
    - `description` string
    - `entityTypeId` string
    - `manufacturer` string, nullable
    - `modelNumber` string, nullable — Identifications — optional at create time; populated e.g. by the barcode product-search import flow (#1578).
    - `name` string, required
    - `parentId` string, nullable
    - `quantity` number
    - `tagIds` string[] — Edges
  - `manufacturer` string
  - `modelNumber` string — Identifications
  - `notes` string — Extras
  - `search_engine_name` string

## Changes

- **2025-07-02** `7a930a1cc1f6` — 1 info
  - endpoint added
- **2024-11-29** `19794fb70c24` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/sysadminsmedia/apis/homebox-api/changes/v1/products/search-from-barcode/get.md)

---

[API](https://skmtc.dev/sysadminsmedia/apis/homebox-api.md) · [All operations](https://skmtc.dev/sysadminsmedia/apis/homebox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sysadminsmedia/homebox-api/revisions/f19934d1b3ab/schema)
