Product search, categories, details, pricing, and variants.
Buyback Offers
ASYNCREADNo auth
Returns buyback and trade-in offers for a product with exchange values.
ParametersFormJSON
Product ASIN to fetch buyback/trade-in offer tiers for
Encrypted merchant identifier for the product listing on Amazon.in
Buyback product subcategory code used in the offers-for-category query
Product brand name sent in the buyback offers query
Retail browse node hierarchy identifier for buyback category matching
Product price in INR used to calculate buyback offer tiers
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_amzn_in_buyback_offers_api", "params": { "asin": "B0CY2R1G3G", "encrypted_merchant_id": "AJ6SIZC8YQDZX", "product_subcategory": "14700226", "brand": "HP", "rbn_hierarchy_nodes": "14700226", "product_price": "54990" } }'