Use this call to determine if validation of refunds or returns/exchanges with refund components is required for a given order.
Name | Type | Description |
---|---|---|
pkOrderId | Guid | The order id of the order which requires validation |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/ProcessedOrders/IsRefundValidationRequiredByOrderId
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.
pkOrderId=1712ddd5-f438-48c2-9261-11f43356ff4e
This is an example of the response JSON. Results will vary depending on your data.
true