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
(create-order {:keys [url consumer_key consumer_secret body exception
insecure]})
Create order(s).
Create order(s).
(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.
(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.
(get-orders {:keys [url consumer_key consumer_secret exception insecure]})
Retrieve all orders.
Retrieve all orders.
(orders-batch-operations {:keys [url consumer_key consumer_secret body exception
insecure]})
CRUD multiple products in a batch.
CRUD multiple products in a batch.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close