Gets all refund order items for all orders
No parameters required.
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/ReturnsRefunds/GetRefundOrders
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
This is an example of the response JSON. Results will vary depending on your data.
[
{
"pkOrderID": "230cd703-0197-46fd-bfeb-61ee8e368b24",
"nOrderId": 2,
"cFullName": "sample string 3",
"Source": "sample string 4",
"SubSource": "sample string 5",
"Amount": 6.1,
"IssueRefundUrl": "sample string 7",
"cCurrency": "sample string 8",
"ReferenceNum": "sample string 9",
"SecondaryReference": "sample string 10",
"RefundReference": "sample string 11",
"RefundDate": "2023-01-10T13:49:46.8403759+00:00",
"SubTotal": 13.1,
"Total": 14.1,
"TaxRate": 15.1
}
]