Get Notes - Sellercloud API Docs

Overview

You can use this endpoint to retrieve the Notes of a single existing Sales Order. To consume this endpoint, you must be an Authenticated User. As soon as you receive a valid token, you need to pass it to the call. Additionally, you need a valid Sellercloud Order ID.

Endpoint

An example of this endpoint for server XX is:

https:// xx.api.sellercloud.com/rest/api/orders/notes/{order_id}

For your server, the endpoint will be:

https:// {your_server_id}.api.sellercloud.com/rest/api/orders/notes/{id}

Request

Response

Response Body

[
  {
    "EntityID": 0,
    "Category": 0,
    "NoteID": 0,
    "Note": "string",
    "AuditDate": "2026-07-17T09:09:16.265Z",
    "CreatedBy": 0,
    "CreatedByName": "string",
    "CreatedByEmail": "string",
    "UsersToNotify": [
      0
    ],
    "UserNamesToNotify": [
      "string"
    ],
    "IsPinned": true,
    "AllowEditPinnedOrder": true
  }
]