Skip to main content
The POST /tools/convert/barcode-to-asin endpoint converts barcodes to Amazon Standard Identification Numbers (ASINs). Because the same product can appear under different ASINs in different Amazon marketplaces, each barcode maps to an array of objects — one per ASIN and locale combination found.

Endpoint

Request body

array of strings
required
The barcodes to convert. Each element must be a valid numeric barcode string.

Example request

Example response

In this example, 8806095074122 resolves to ASIN B0C792QRW6 in the us locale. Barcode 0887276760049 is absent from data because no matching ASIN was found — to_total reflects only the barcodes that produced results.

Response fields

meta object

data object

Each key is a barcode from your request that produced a match. Each value is an array of objects, one per ASIN-locale pair found.
object
Key-value pairs where each barcode maps to an array of ASIN result objects.
string
The Amazon Standard Identification Number.
string
The Amazon marketplace locale where this ASIN was found (e.g. "us").