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