Updates additional info of a specific item
Name | Type | Description |
---|---|---|
request | UpdateAdditionalInfoRequest |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/Orders/UpdateAdditionalInfo
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={
"OrderId": "6a84be43-ed8a-44a5-9e4e-0e99dfe747cb",
"OrderItemRowId": "bc3ce6fa-eb8e-4d43-b274-8c6db0babe73",
"AdditionalInfo": [
{
"DeleteEntry": true,
"pkOptionId": "cca49afd-0ddb-41f4-ab4c-507a17c8d1b3",
"Property": "sample string 3",
"Value": "sample string 4"
}
]
}
This is an example of the response JSON. Results will vary depending on your data.
null