Is the Daily Sale Price available via API?

Unfortunately, daily sale prices are not available via the API. This refers to prices that are only valid for a short time, e.g. on Cyber Monday.

This is a common issue of the Amazon API. The prices for the daily deals do not get delivered. This is the case in all countries supported by the API.

Check out this AWS forum entry about this topic: https://forums.aws.amazon.com/thread.jspa?messageID=35833&#35833

Only the normal offer sale price can be retrieved via the API by using this placeholder:

{{ OfferSalePriceFormattedPrice }}

More information: http://docs.getasa2.com/placeholders_price.html#offersalepriceformattedprice.

Timo