ASIN to GTIN
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:
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.
|
Next Steps ASIN to GTIN Parameters