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
(create-order-refund {:keys [url consumer_key consumer_secret order api_refund
body exception insecure]})
Create an order refund.
Create an order refund.
(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.
(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.
(get-order-refunds {:keys [url consumer_key consumer_secret order exception
insecure]})
Retrieve all order refunds.
Retrieve all order refunds.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close