Skip to content

Item Identifiers

Roadmap project documentation for Item Identifiers. Extends the Item module with five optional standard product identifiers (UPC, EAN, GTIN, ISBN, ASIN), a list of additional QR codes, and a list of free-form labels, and adds two search capabilities: a fuzzy, paged /lookup endpoint over the item’s searchable text surface and an exact-match /by-code endpoint that resolves a scanned code against QR codes and standard identifiers. Phase 1 covers the backend, BFF routes/types, and shared barcode utilities; UI enablement follows as a separate phase-2 project. Builds on the identifier handling explored in Add Items from Amazon and the scan-to-item prototype.