Buyback Purchase Order Number API

Use these APIs to set Purchase Order Number with ValoreBooks.

Routes

https://test.valorebooks.com/marketplace/buyback/setPurchaseOrder (qa)
https://api.valorebooks.com/marketplace/buyback/setPurchaseOrder (production)

POST Set your purchase order number

Parameters

Name Located in Description Type
Content-Type header String
poNumber body An alphanumeric string (max. 255 characters) that contains the current PO number String

Request Examples

Updating the PO number
{
  "poNumber": "PO123456"
}

Responses

200 Your PO number has been updated
400 There was an error with your request
Missing required field `poNumber`
PO number already used
500 An internal error occurred
403 Your AWS credentials are not correct
No seller found with given credentials.