Skip to content

Auto-Populate Product Data from Barcode

As a Host, I want to automatically retrieve product information from a barcode, So that I don’t have to manually type product details.

  • Given I have scanned a product barcode
  • When the system looks up the barcode
  • Then it queries an external product database (e.g., UPC Database, Open Food Facts)
  • And if the product is found, it auto-populates:
    • Product name
    • Brand
    • Product type (spirit, wine, beer, mixer, etc.)
    • Volume and unit (e.g., “750 ml”)
    • Alcohol content (if applicable)
    • Product image URL
    • Description
  • And I can review and edit the auto-populated data
  • And I can confirm to add the product to inventory

NOT YET IMPLEMENTED

High - Major time-saver

  • Product, ProductBarcode, ProductData
  • LookUpProductData (C49)
  • AddProductToInventory (C50)