Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Orders /SetAdditionalInfo

Allows 250 calls per minute

Response: Task



Overwrites the existing order item additional info

Parameters

NameTypeDescription
orderIdGuidOrder id
rowIdGuidItem row id
additionalInfoOrderItemOption[]Additional info to set

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Orders/SetAdditionalInfo

Headers

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

Request Body

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"
  }
]

Response

This is an example of the response JSON. Results will vary depending on your data.

null