Want list API
Use this API to manage your want lists on ValoreBooks.
Routes
https://test.valorebooks.com/api/buyer/wantlist/{id} (qa)
https://api.valorebooks.com/api/buyer/wantlist/{id} (production)
POST
Update buyer wantlist
Parameters
Name
Located in
Description
Type
id
path
Value 1-5 to indicate which Want List to be created
Byte
name
body
The name assigned to a specific Want List
String
poNumber
body
The purchase order assigned to a specific Want List
String
shipmentDate
body
Day the shipment should arrive by, if not Weekly or Pallet (Format: YYYY-MM-dd, e.g. 2018-06-01)
Date
shipmentFrequency
body
Weekly, Pallet, or Scheduled for this specific Want List
String
Request Examples
Responses
200
Your wantList was created/updated
400
Bad Request
403
No buyer found with given credentials
404
Could not find want list
POST Update buyer wantlist
Parameters
Name | Located in | Description | Type |
---|---|---|---|
id | path | Value 1-5 to indicate which Want List to be created | Byte |
name | body | The name assigned to a specific Want List | String |
poNumber | body | The purchase order assigned to a specific Want List | String |
shipmentDate | body | Day the shipment should arrive by, if not Weekly or Pallet (Format: YYYY-MM-dd, e.g. 2018-06-01) | Date |
shipmentFrequency | body | Weekly, Pallet, or Scheduled for this specific Want List | String |