Return Items API
Use these APIs to manage your returns on ValoreBooks.
Routes
https://test.valorebooks.com/buyback/return (qa)
https://api.valorebooks.com/buyback/return (production)
POST
Return one or more buyback items
Parameters
Name
Located in
Description
Type
Content-Type
header
String
shipmentId
body
Shipment ID associated with the items you are returning
Number
items
body
Contains information about items that you would like to return. The maximum number of items per call is 100.
List
id
items
ID of the item you want to return
Number
reason
items
Course Cancelation, Damaged, Incorrect Titles, Missing, Overstock, or Potential Counterfeit (case-insensitive)
String
Request Examples
Returning several items
Responses
200
Your items have been successfully returned.
400
There was an error with your request
500
An internal error occurred
403
Your AWS credentials are not correct
404
Could not find a shipment for the shipment ID or an item for one of the item IDs.
POST Return one or more buyback items
Parameters
Name | Located in | Description | Type |
---|---|---|---|
Content-Type | header | String | |
shipmentId | body | Shipment ID associated with the items you are returning | Number |
items | body | Contains information about items that you would like to return. The maximum number of items per call is 100. | List |
id | items | ID of the item you want to return | Number |
reason | items | Course Cancelation, Damaged, Incorrect Titles, Missing, Overstock, or Potential Counterfeit (case-insensitive) | String |