WooCommerce.NET
WooCommerce.NET copied to clipboard
Order Notes
Although I can see the OrderNote object, there is no OrderNote on teh WCObject class. How do i get the OrderNotes for an Order ?
You need to retrieve the notes for each order using the Order Notes endpoint:
List<OrderNote> notes = await wc.Order.Notes.GetAll( orderId );