Liking cljdoc? Tell your friends :D

wc-api-clj.v3.order-refunds

Helper functions to communicate with the WooCommerce REST API's order refund endpoints. These functions need authentication by consumer_key and consumer_secret.</br> https://woocommerce.github.io/woocommerce-rest-api-docs/#order-refunds

Helper functions to communicate with the WooCommerce REST API's order refund endpoints.
These functions need authentication by `consumer_key` and `consumer_secret`.</br>
https://woocommerce.github.io/woocommerce-rest-api-docs/#order-refunds
raw docstring

create-order-refundclj

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

Create an order refund.

Create an order refund.
sourceraw docstring

delete-order-refund-by-idclj

(delete-order-refund-by-id {:keys [url consumer_key consumer_secret order refund
                                   exception insecure]})

Delete an order by the order and refund ID.

Delete an order by the order and refund ID.
sourceraw docstring

get-order-refund-by-idclj

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

Retrieve an order refund by the order and refund ID.

Retrieve an order refund by the order and refund ID.
sourceraw docstring

get-order-refundsclj

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

Retrieve all order refunds.

Retrieve all order refunds.
sourceraw docstring

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

× close