Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

ProcessedOrders /AddOrderNote

Allows 250 calls per minute

Response: Guid



Use this call to add a new note to an order

Parameters

NameTypeDescription
pkOrderIDGuidThe order id
noteTextStringThe note text
isInternalBooleanTrue if the note should be internal, False if it shouldn't

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/ProcessedOrders/AddOrderNote

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.

pkOrderID=39d3a65d-775b-457c-92b3-95d979fca2e2¬eText=sample string 1&isInternal=true

Response

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

"d9e42f29-8383-4c2a-a1b6-bcd8dd8ec6c4"