mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 05:57:20 +00:00
* docs: jira * docs: formatting + Client Credentials grant type * docs: connection string pgsql * docs: parameterized queries mysql * docs: parameterized queries in PostgreSQL * docs: update mysql example * docs: TJDB sql editor * docs: add metadata to REST API * docs: add, update postgresql media * docs: add metadata to graphql * docs: update parameterized queries * docs: add parameterized queries for mssql * docs: add SSL Cert to mysql * docs: TJDB SQL restricted commands * docs: update JIRA token location * docs: update delete issue example * docs: update find user by query example * docs: remove session id from get assignable users * docs: use correct image for get issues for board * docs: update create issue example * docs: update delete issue media * docs: update assignable users media * docs: update examples * docs: update key desc * docs: v2.68.0-Beta
1.2 KiB
1.2 KiB
| id | title |
|---|---|
| woocommerce | WooCommerce |
WooCommerce
ToolJet can connect to WooCommerce databases to read and write data.
Connection
Auth You may use [HTTP Basic Auth] by providing the REST API Consumer Key as the username and the REST API Consumer Secret as the password.
- Host
- Consumer key
- Consumer secret
:::info NOTE: For generating keys visit admin dashboard of woocommerce , more info: https://woocommerce.github.io/woocommerce-rest-api-docs/?javascript#authentication :::
Querying Woocommerce
Operations
Customer
- list customer
- update customer
- delete customer
- batch update customer
- create customer
- retrieve customer
PRODUCT
- list product
- update product
- delete product
- batch update product
- create product
- retrieve product
ORDER
- list order
- update order
- delete order
- batch update order
- create order
- retrieve order
Coupon
- list coupon
- create coupon
:::info NOTE: For more info visit https://woocommerce.github.io/woocommerce-rest-api-docs/?javascript. :::
