WooCommerce
- 1 Integrating Your WooCommerce Store With UChat
- 2 Using WooCommerce Actions
- 3 WooCommerce Native Actions
- 3.1 Add To Cart
- 3.2 Remove Cart By Variant
- 3.3 Remove Cart By Product
- 3.4 Empty Cart
- 3.5 Get Cart Items
- 3.6 Get Cart Item IDs and Quantity
- 3.7 Create Order From Cart
- 3.8 Search For Coupons
- 3.9 Get Coupon Info
- 3.10 Delete Coupon
- 3.11 Create Coupon
- 3.12 Update Coupon
- 3.13 Search For Customers
- 3.14 Get Customer Info
- 3.15 Create Customer
- 3.16 Update Customer
- 3.17 Delete Customer
- 3.18 Search For Orders
- 3.19 Get Order Info
- 3.20 Create Order From Single Product
- 3.21 Update Order
- 3.22 Delete Order
- 3.23 Create Order Note
- 3.24 Search For Products
- 3.25 Get Product Info
- 3.26 Create Product
- 3.27 Update Product
- 3.28 Delete Product
- 3.29 Search For Product Variants
- 3.30 Get Product Variant Info
- 3.31 Search For Categories
- 3.32 Get Category Info
- 3.33 Get Product Tag Info
- 3.34 Create Product Tag
- 3.35 List All Shipping Methods
- 3.36 Create A Product Review
- 3.37 Search Product Reviews
- 4 WooCommerce Native Triggers
- 5 Set up Woocommerce abandon cart automation to send WhatsApp message
- 6 WooCommerce Native Integration Course
WooCommerce is an open-source e-commerce plugin for WordPress. It is designed for small to large-sized online merchants using WordPress. The plugin quickly became popular for its simplicity to install and customize and for the market position of the base product as freeware.
Woocommerce is now one of the leading options for online stores and for people who want to open there store online and fufill orders from it.
UChat supports WooCommerce integration natively along with all the actions the current WooCommerce api supports in its endpoints.
You can not only create automations using UChat for your WooCommerce store but also be able to create, edit, update orders, fullfill them, keep track of the orders, shipments , reviews etc.
Integrating Your WooCommerce Store With UChat
In order to integrate Uchat with your WooCommerce store, you need to log in to your store and click on WooCommerce Tab.
Click on Settings > Advanced > REST API tab
Click on Add Key
Enter the details and create your API Key.
Save and copy the details.
On UChat, Click on Integrations tab and click on WooCommerce to integrate your store.
Using WooCommerce Actions
To use WooCommerce actions, create an action node and then click on integrations to find WooCommerce tab and click on it.
WooCommerce Native Actions
WooCommerce supports the following actions from their API endpoints as follows.
We will now explore each on of them in detail.
Add To Cart
This action is used to add an item or product to the user’s cart.
Following response payload is received
{ |
Remove Cart By Variant
This action is used to remove an item or product from cart using its variant and product ID.
Following response payload is received.
{ |
Remove Cart By Product
This action is used to remove an item or product from cart using product ID only.
Following response payload is received.
{ |
Empty Cart
This action is used to empty the complete cart.
Following response payload is received.
{ |
Get Cart Items
This action is used to fetch all the details for items present in the cart
Following response payload is received.
[ |
Get Cart Item IDs and Quantity
This action is used to get item’s IDs and quantity which are present in the cart.
Following response payload is received.
[ |
Create Order From Cart
This action is used to create an order using cart items.
Following response payload is received.
{ |
Search For Coupons
This action is used to search for coupons available on your woocommerce store on various search parameters and queries.
Following response payload is received.
[ |
Get Coupon Info
This action is used to fetch a particular coupon’s info using its coupon ID.
Following response payload is received.
{ |
Delete Coupon
This action is used to delete a coupon based on its coupon ID.
Following response payload is received.
{ |
Create Coupon
This action is used to create a coupon.
Following response payload is received.
{ |
Update Coupon
This action is used to update a coupon using its coupon ID.
Following response payload is received.
{ |
Search For Customers
This action is used to search for customers using various parameters and queries.
Following response payload was received.
[ |