Updates additional info of a specific item
Name | Type | Description |
---|---|---|
request | UpdateAdditionalInfoRequest |
The following request format is required for this method.
GET | 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": "ac60525c-d115-4eb1-bdf3-9a7929d05c20",
"OrderItemRowId": "0997bcc4-69e8-49da-98f0-6db20ab2b865",
"AdditionalInfo": [
{
"DeleteEntry": true,
"pkOptionId": "ea8f220a-c96e-406b-ab1d-68295a03788f",
"Property": "sample string 3",
"Value": "sample string 4"
}
]
}
This is an example of the response JSON. Results will vary depending on your data.
null