woocommerce / woocommerce-rest-api-js-lib

New JavaScript library for WooCommerce REST API
https://www.npmjs.com/package/@woocommerce/woocommerce-rest-api
MIT License
286 stars 75 forks source link

How to use Order Note API #60

Closed luisfrt closed 4 years ago

luisfrt commented 4 years ago

Hello guys, how can I retrieve the order notes using this library?

The api that I am looking for is this one: https://woocommerce.github.io/woocommerce-rest-api-docs/#retrieve-an-order-note

I was trying to use api.get("orders/"+orderId+"/notes", {}) but had no luck.

Many thanks.