This method is used to further validate and create a cancellation in Linnworks, as well as submit it to the channel where this is requested
Name | Type | Description |
---|---|---|
request | CancellationRequest | The requested cancellation settings, including whether or not to submit the cancellation to the channel |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/PostSale/CreateCancellation
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.
request={
"IsChannelCancellation": true,
"IsChannelInitiated": true,
"IsChannelCancellationConfirmed": true,
"IsFreeText": true,
"FreeTextOrNote": "sample string 5",
"ReasonTag": "sample string 6",
"SubReasonTag": "sample string 7",
"CreateFullRefund": true,
"RefundAlreadyProcessed": true,
"RefundStatusTag": "sample string 10",
"RefundReference": "sample string 11",
"HeaderId": 12,
"OrderId": "b0448cfe-6a7e-410f-b2f3-5ebd879a9764",
"InternalOnly": true,
"IsRetry": true,
"ActionForm": {
"caption": "sample string 1",
"controls": [
{
"id": "sample string 1",
"caption": "sample string 2",
"description": "sample string 3",
"type": "sample string 4",
"value": "sample string 5",
"group": "sample string 6"
}
]
}
}
This is an example of the response JSON. Results will vary depending on your data.
null