Use this method to add a message to an order.
URL
(POST) /api/orders/{orderId}
PARAMETERS
URL parameters are:
|
orderId |
The numeric order ID. See orders/list to find orders. |
integer, Mandatory |
The body must be a JSON object with these properties:
|
message |
Message to add. |
string, Mandatory |
RESULTS
None.
To see the newly added message, use orders/{orderId}/traces