Create order notes via API

Last updated: May 29, 2026

You can create notes for specific orders using the Installer.com API, allowing you to add important information, attach files, and control visibility.

Before you begin

Create order notes

  1. Send a POST request to the endpoint /api/v1/orders/{order_id}/notes.
  2. Include the following parameters in your request body:
    • content (string, required) — The text of the note.
    • file_ids (array of strings, optional) — A list of file IDs to attach to the note. Files must be uploaded separately.
    • is_public (boolean, required) — Set to true for notes visible to customers, or false for internal notes.

Related articles

Need help? Contact Installer.com support.