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=83b5dcc6-55cb-4877-9cf7-3b4f6204e18f&rowId=7bd7dcd3-9e8d-40f6-b5d8-8cc8f3a0009e&additionalInfo=[
{
"pkOptionId": "aeccd26b-a23e-4f95-8b54-70eed5fb95ff",
"Property": "sample string 2",
"Value": "sample string 3"
}
]
This is an example of the response JSON. Results will vary depending on your data.
null