Product details
#
Create a task#
POST RequestYou need a simple POST Request with task details like ASIN and marketplace to create a job - max. 1000 task within one job.
Note: Use our callback mechanism which send you a callback webhook when your job is done.
Optional: Put {{jobID}}
in your CallBack-URL, it will be replaced with corresponding JobID.
#
ResponseYou get the data of the created job as response, incl. a simple cost summary.
Note: Billing type is AMAZON_PRODUCT_DETAIL_TASK
#
ReferenceFor more details see documentation.
#
Get your task result#
GET RequestNote: Fetching the task result data does not incur any further costs, furthermore the task result ist stored for 48 h.
Afterwards you can fetch the cached product data (billing type AMAZON_PRODUCT_DETAIL_VIEW
)
#
Response with list of resulting task results#
ReferenceFor more details see documentation.
#
Get cached product data#
GET Request#
Example response#
ReferenceFor more details see documentation.