Amazon Offers API (Async)
This endpoint will retrieve offers for a specified product from an Amazon offers page and transform it into usable JSON.
Single ASIN Request:
Multiple ASIN Request:
Multiple parameters can be used with this method:
REQUIRED | |
---|---|
| User account’s normal API key. |
| Amazon product ASIN. |
OPTIONAL | |
---|---|
| Boolean parameter with a possible value of true or false indicating the condition of the listed items |
| Boolean parameter with a possible value of true or false indicating the condition of the listed items |
| Boolean parameter with a possible value of true or false indicating the condition of the listed items |
| Boolean parameter with a possible value of true or false indicating the condition of the listed items |
| Boolean parameter with a possible value of true or false indicating the condition of the listed items |
Sample Response
Single ASIN Request:
Multiple ASIN Request:
After the job(s) finish, you will find the result under the response key in the response JSON object. The structure is the same as in the corresponding SYNC data endpoint.
Last updated