BUYABILITY_CHANGED

📘

Buy with Prime API is now available for early access

Sign up for early access to the Buy with Prime API using the 'Sign Up' button below. The API may change as Amazon receives feedback and iterates on it.

The BUYABILITY_CHANGED event is published when an item that was previously eligible for Buy with Prime is no longer eligible for Buy with Prime, or vice versa.

For details on the schema and fields of an event, see Subscribe to Events.

Required permission

To subscribe to this event, your API credentials must have at least Read Buyability permission. You choose permissions when you generate your API credentials. For details, see Authenticate to the Buy with Prime API.

Handling the event

When you receive this event, parse the resources array of the event for the item ID of the associated product.

You can then use the product query to find the buyability of the item.

For an example, see Get the buyability status of a product.

Related topics