Helper functions to communicate with the WooCommerce REST API's order note endpoints.
These functions need authentication by consumer_key
and consumer_secret
.</br>
https://woocommerce.github.io/woocommerce-rest-api-docs/#order-notes
Helper functions to communicate with the WooCommerce REST API's order note endpoints. These functions need authentication by `consumer_key` and `consumer_secret`.</br> https://woocommerce.github.io/woocommerce-rest-api-docs/#order-notes
(create-order-note {:keys [url consumer_key consumer_secret order body exception
insecure]})
Create an order note.
Create an order note.
(delete-order-note-by-id {:keys [url consumer_key consumer_secret order note
exception insecure]})
Delete an order by the order and note ID.
Delete an order by the order and note ID.
(get-order-note-by-id {:keys [url consumer_key consumer_secret order note
exception insecure]})
Retrieve an order note by the order and note ID.
Retrieve an order note by the order and note ID.
(get-order-notes {:keys [url consumer_key consumer_secret order exception
insecure]})
Retrieve all order notes.
Retrieve all order notes.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close