Liking cljdoc? Tell your friends :D

wc-api-clj.v3.products

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

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

create-productclj

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

Create product(s).

Create product(s).
sourceraw docstring

delete-product-by-idclj

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

Delete a product by the porduct's ID.

Delete a product by the porduct's ID.
sourceraw docstring

get-product-by-idclj

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

Retrieve product by the product's ID.

Retrieve product by the product's ID.
sourceraw docstring

get-productsclj

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

Retrieve all products.

Retrieve all products.
sourceraw docstring

products-batch-operationsclj

(products-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-product-by-idclj

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

Update a product by the product's ID.

Update a product by the product's ID.
sourceraw docstring

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

× close