Overwrites the existing order item additional info
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.
GET | POST https://eu-ext.linnworks.net/api/Orders/SetAdditionalInfo
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.
orderId=14e6f0c9-7376-4c94-897d-95d8069e716b&rowId=bc275a1e-deee-4327-b5ea-e723e83f34d6&additionalInfo=[
{
"pkOptionId": "06dd907f-7aa1-4e94-9295-a088f38d2c56",
"Property": "sample string 2",
"Value": "sample string 3"
}
]
This is an example of the response JSON. Results will vary depending on your data.
null