Liking cljdoc? Tell your friends :D

wc-api-clj.v3.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

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
raw docstring

create-order-noteclj

(create-order-note {:keys [url consumer_key consumer_secret order body exception
                           insecure]})

Create an order note.

Create an order note.
sourceraw docstring

delete-order-note-by-idclj

(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.
sourceraw docstring

get-order-note-by-idclj

(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.
sourceraw docstring

get-order-notesclj

(get-order-notes {:keys [url consumer_key consumer_secret order exception
                         insecure]})

Retrieve all order notes.

Retrieve all order notes.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close