Poq.SDK.Node

Home > @poq/sdk-sfcc > IOrdersClient > getOrdersByIDNotes

IOrdersClient.getOrdersByIDNotes() method

Retrieves notes for an order.

Signature:

getOrdersByIDNotes(orderNo: string, options?: RequestOptions): Promise<PoqResponse<NotesResult>>;

Parameters

Parameter Type Description
orderNo string The id of the order from which you want to retrieve notes.
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<NotesResult>>