Home > @poq/sdk-sfcc > OrdersClient > postOrdersByIDNotes
Adds a note to an existing order.
Signature:
postOrdersByIDNotes(orderNo: string, body: Note, options?: RequestOptions): Promise<PoqResponse<Order>>;
Parameter | Type | Description |
---|---|---|
orderNo | string | The id of the order to be modified. |
body | Note | |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<Order>>