---
title: "AddOrdersNote"
method: POST
path: "/api/Orders/AddOrdersNote"
tags: ["Orders"]
---

# AddOrdersNote

`POST /api/Orders/AddOrdersNote`

Use this call to add a new note to orders
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Request body

- AddOrdersNoteRequest
  - `OrderIds` string[] — List of order Ids
  - `NoteText` string — Note text
  - `IsInternal` boolean — Specifies if the note should be internal to the system, or should be displayed on the invoice
  - `IsProcessingNote` boolean — Specifies if the note should pop up during order processing or not

## Response `200`

OK

- AddOrdersNoteResponse
  - `OrderNotes` OrderNoteDto[]
    - `OrderNoteId` string, uuid — Order note ID
    - `OrderId` string, uuid — Order Id
    - `NoteDate` string, date-time — Date and time when note was added
    - `Internal` boolean — order note type (Internal or External)
    - `Note` string — Note's text
    - `CreatedBy` string — User that created note
    - `NoteTypeId` integer

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
