Update additional info of a specific item
Name | Type | Description |
---|---|---|
orderId | Guid | Order id |
rowId | Guid | Item row id |
additionalInfo | OrderItemOption[] | Additional info to set |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/Orders/SetAdditionalInfo HTTP/1.1
Host: eu-ext.linnworks.net
Connection: keep-alive
Accept: application/json, text/javascript, */*; q=0.01
Origin: https://www.linnworks.net
Accept-Language: en
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Referer: https://www.linnworks.net/
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
orderId=c22ac2d1-0ed9-416c-a15d-bb3efc7aa98a&rowId=3b8c2018-5013-4e1c-9e80-576c9d125f84&additionalInfo=[
{
"pkOptionId": "e82bad5a-171a-4aef-bf29-a82473a5ef45",
"Property": "sample string 2",
"Value": "sample string 3"
},
{
"pkOptionId": "e82bad5a-171a-4aef-bf29-a82473a5ef45",
"Property": "sample string 2",
"Value": "sample string 3"
}
]
This is an example response. Results may vary depending on your data.
null