Home > @poq/sdk-sfcc > IOrdersClient > getOrdersByIDNotes
Retrieves notes for an order.
Signature:
getOrdersByIDNotes(orderNo: string, options?: RequestOptions): Promise<PoqResponse<NotesResult>>;
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>>