Bid API
Use these APIs to manage your bids on ValoreBooks.
Routes
https://test.valorebooks.com/bid (qa)
https://api.valorebooks.com/bid (production)
GET
Get a list of your open bids
Parameters
Name
Located in
Description
Type
isbns
query
List of ISBNs you want to see your bids for (max of 10)
String
Responses
200
A list of your bids
400
Bad Request
500
Internal Error
POST
Add, remove, and modify bids
Parameters
Name
Located in
Description
Type
isbn
body
ISBN action should be taken on
String
price
body
Price to bid for the ISBN in dollars
Number
quantity
body
Quantity of items wanted to bid on (set to 0 to delete the bid)
Number
expirationDate
body
Date you would like the bid to expire
Date-time
Request Examples
Max of 10. The first is being created/updated, the second is deleted.
Responses
200
Some or all of your requests were processed
First bid was created/updated and the second bid has been removed.
First bid was created/updated and no action was taken on the second malformed bid request.
400
Bad Request
500
Internal Error
DELETE
Delete all of your existing bids
Responses
200
All of your existing bids have been deleted
GET Get a list of your open bids
Parameters
Name | Located in | Description | Type |
---|---|---|---|
isbns | query | List of ISBNs you want to see your bids for (max of 10) | String |
Responses
200 A list of your bids
400 Bad Request
500 Internal Error
POST Add, remove, and modify bids
Parameters
Name | Located in | Description | Type |
---|---|---|---|
isbn | body | ISBN action should be taken on | String |
price | body | Price to bid for the ISBN in dollars | Number |
quantity | body | Quantity of items wanted to bid on (set to 0 to delete the bid) | Number |
expirationDate | body | Date you would like the bid to expire | Date-time |
Request Examples
Max of 10. The first is being created/updated, the second is deleted.
Responses
200 Some or all of your requests were processed
First bid was created/updated and the second bid has been removed. First bid was created/updated and no action was taken on the second malformed bid request.400 Bad Request
500 Internal Error
DELETE Delete all of your existing bids
Responses
200 All of your existing bids have been deleted
https://test.valorebooks.com/bid/suggestedPrice (qa)
https://api.valorebooks.com/bid/suggestedPrice (production)
GET
Get suggested pricing for ISBNs on your buy guide
Parameters
Name
Located in
Description
Type
isbns
query
List of ISBNs you want to see a suggested price for (max of 10)
String
Responses
200
A list of suggested prices
400
Bad Request
500
Internal Error
GET Get suggested pricing for ISBNs on your buy guide
Parameters
Name | Located in | Description | Type |
---|---|---|---|
isbns | query | List of ISBNs you want to see a suggested price for (max of 10) | String |