February 28th, 2024

Changelog: February 28th, 2024 - /stock Endpoint

We've added an is_audiobook response attribute to our /stock endpoint. This is a non-breaking update that will indicate whether the ASIN provided is an Audiobook.

What's New?

  • is_audiobook: The is_audiobook attribute is a boolean indicating whether the ASIN provided is an Audiobook or not. If the ASIN is an Audiobook, the quantity will be set to 1 for all sellers in the response JSON.

How to Use the New Attributes?

No changes are required to trigger the is_audiobook attribute. Simply access them in the JSON response from your /stock requests.