Get a list of order history items
GET
/OrderHistory
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/OrderHistory?sort&page=1&resultsPerPage=20&customerid&productid&orderunit'
Response Response Example
[
{
"customerid": "CUST3405",
"productid": "PROD4070",
"orderUnit": "EA",
"orderTypeDescription": "REGULAR",
"bucket": "FEB",
"mainNumber": 9
},
{
"customerid": "CUST2007",
"productid": "PROD1854",
"orderUnit": "EA",
"orderTypeDescription": "REGULAR",
"bucket": "FEB",
"mainNumber": 40
}
]
Request
Query Params
sort
stringÂ
optional
page
stringÂ
optional
Example:
1
resultsPerPage
stringÂ
optional
Example:
20
customerid
stringÂ
optional
productid
stringÂ
optional
orderunit
stringÂ
optional
Responses
Modified at 2025-05-15 21:19:48