Core APIs
...
Results
Utility Requests

ASIN to GTIN

3min

ASIN to GTIN Results

When making a request with the type parameter set to type=asin_to_gtin Rainforest API will attempt to look up GTIN / EAN / UPC / ISBN numbers for the ASIN and Amazon domain specified in the asin and amazon_domain parameters.

GTIN / EAN / UPC / ISBN values are retrieved from public domain sources (as they are not published by Amazon themselves).

An example of the JSON object returned from an ASIN to GTIN request is shown below:

JSON


Rainforest API returns the following properties for ASIN to GTIN requests:

Property

Type

Description

asin_to_gtin_results

array

ASIN to GTIN Results Array The ASIN to GTIN results array contains details of each of the GTIN / EAN / UPC / ISBN values found for the ASIN specified in the asin reqiest parameter.

  • value
  • string
  • The GTIN / EAN / UPC / ISBN value.



  • format
  • string
  • The format of the GTIN / EAN / UPC / ISBN value. Valid values for format are EAN-13 , UPC-A or ISBN . Note due to the public-domain nature of the GTIN / EAN / UPC / ISBN lookup Rainforest API cannot guarantee the format value will be correct (i.e. in the example of a 13-digit UPC and a 13-digit EAN). The format value is provided on a best-efforts basis.


Next Steps      ASIN to GTIN Parameters

Updated 11 Aug 2024
Did this page help you?