Skip to main content
Check the current stock availability of any Amazon product. The response tells you whether the item is in stock, the estimated number of units remaining, and the human-readable availability message shown to shoppers — useful for inventory monitoring, restock alerting, and competitor shelf-share analysis.

Request

Query Parameters

string
default:"US"
The Amazon marketplace to query. Accepted values: US UK CA DE FR IT ES AU IN MX BR JP PL. Defaults to US when omitted.
string
The Amazon Standard Identification Number (e.g. B09XS7JWHH). Provide at least one of asin, url, or gtin.
string
A full Amazon product URL. Provide at least one of asin, url, or gtin.
string
A Global Trade Item Number (barcode). Provide at least one of asin, url, or gtin.

Response

Stock information is returned under data.amazonProduct.stockEstimate.
object

Example Response

Low-stock example

Out-of-stock example

Error Handling

All errors follow a consistent envelope. The HTTP status code mirrors the code field inside the errors array.

curl Example