Clear the shipping label info to a list of orders
Name | Type | Description |
---|---|---|
orderIds | List<Guid> | Order ids |
withoutConfirmation | Boolean | skip any confirmation message |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Orders/ClearShippingLabelInfo
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.
orderIds=[
"dc3e9858-70d8-4769-9517-ac4f93fc0df1"
]&withoutConfirmation=true
This is an example of the response JSON. Results will vary depending on your data.
[
{
"Key": "c94b4a9d-746d-43b5-8197-ecdd495bbea9",
"Value": "sample string 2"
}
]