Best Price API

Use this API to look up the best price offered by ValoreBooks for your ISBN.

Routes

https://test.valorebooks.com/sellback/pricing/best/{isbn} (qa)
https://api.valorebooks.com/sellback/pricing/best/{isbn} (production)

GET Get best price for an ISBN

Responses

200 The highest offered price for the given ISBN
{
  "price": 75.75
}
400 Bad Request
Invalid ISBN
404 Not Found
ISBN is valid but we are unable to locate it in our system
500 Internal Error