v1

latestOpenAPI 3.0.02026-07-14123.5 KB
Product

Retrieve product info for a particular barcode number (UPC, EAN, or ISBN).

get/code/{code}

Path parameters

codestring required

Response

The product corresponding to the provided code

barcodeUrlstring uri

The URL to the scannable barcode image.

codeType'UPC' | 'EAN' | 'ISBN'

The type of product code (UPC/EAN/ISBN).

Example response

{
  "barcodeUrl": "https://go-upc.com/barcode/829576019311",
  "codeType": "UPC",
  "product": {
    "brand": "Goodfellow and Co",
    "category": "Hair Care",
    "description": "Gives you an easy way to achieve the hairstyle you love. Made with jojoba esters, vegetable-derived lanolin, glycerin and carnauba wax.",
    "ean": 829576019311,
    "imageUrl": "http://go-upc.s3.amazonaws.com/images/54066938.jpeg",
    "name": "Blue Sage Tonka Texturizing Fiber",
    "region": "USA or Canada",
    "specs": [
      [
        "Item Form",
        "Clay"
      ],
      [
        "Liquid Volume",
        "4 Fluid Ounces"
      ],
      [
        "Scent",
        "Lime"
      ]
    ],
    "upc": 829576019311
  }
}
All 1 operations