Order Controller

Add note to order

Add a note to an order. The note will be saved in activity log.

post/orders/note/{id}

Path parameters

idnumber required
Example:1

The ID of the entity

Request body

notestring required

Note to add to the order

Example request

{
  "note": "Customer requested expedited shipping"
}

Response

Note added successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.