Gain better promotional insights with our latest feature in Amazon Merchant API! The applicable_vouchers
array is now part of the amazon_product_info
object, allowing you to retrieve detailed information about available vouchers for Amazon products.
What’s new
The new applicable_vouchers
array contains essential information about vouchers that can be applied to Amazon products. It includes the description of the voucher, the discount amount and currency, and important details about the terms of discount vouchers.
{
"applicable _vouchers": [
{
"type": "amazon_applicable_vouchers_item",
"text": "80€-Coupon anwenden",
"fixed_discount": 80,
"fixed_discount_currency": "EUR",
"percentage_discount": null,
"important_details": "Gültig bis Sonntag, 15. Dezember 2024 oder solange der Vorrat reicht."
}
]
}
What this update brings you:
- Quickly retrieve detailed voucher data for better promotional analysis.
- Display up-to-date discount information to your customers.
- Easily integrate voucher details into your e-commerce platforms and marketing efforts.
Check out our updated documentation for more details!