Liking cljdoc? Tell your friends :D

wc-api-clj.v3.orders

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

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

create-orderclj

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

Create order(s).

Create order(s).
sourceraw docstring

delete-order-by-idclj

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

Delete an order by the order's ID.

Delete an order by the order's ID.
sourceraw docstring

get-order-by-idclj

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

Retrieve an order by the order's ID.

Retrieve an order by the order's ID.
sourceraw docstring

get-ordersclj

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

Retrieve all orders.

Retrieve all orders.
sourceraw docstring

orders-batch-operationsclj

(orders-batch-operations {:keys [url consumer_key consumer_secret body exception
                                 insecure]})

CRUD multiple products in a batch.

CRUD multiple products in a batch.
sourceraw docstring

update-order-by-idclj

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

Update an order by the order's ID.

Update an order by the order's ID.
sourceraw docstring

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

× close