Skip to main content

WooCommerce

WooCommerce modules in Make, you can manage your coupons, customers, orders, order notes, products, product attributes, product attribute terms, product categories, and product variations in your WooCommerce account.

To use the WooCommerce modules, you must have an account and a WooCommerce WordPress plugin installed. You can create an account at wordpress.com.

Refer to the WooCommerce API documentation for a list of available endpoints.

Connect WooCommerce to Make

To establish the connection, you must:

Create a custom application in WooCommerce

To create a WooCommerce custom application and retrieve your client credentials:

Note

To connect WooCommerce in , you need to enable SSL on your WordPress web page and use pretty permalinks. Refer to WordPress documentation to learn more.

  1. Log in to your WordPress account.

  2. In the left sidebar, click WooCommerce > Settings > Advanced.

  3. Go to the REST API tab and click Add Key.

  4. Enter the description of your connection and select the Read/Write option from the permissions drop-down menu.

  5. Click Generate API Key.

  6. Copy your Consumer Key and Consumer Secret values and store them in a safe place.

You will use these values in the Consumer Key and Consumer Secret fields in Make.

Establish the connection with WooCommerce in Make

To establish the connection in Make:

  1. Log in to your Make account, add a <app name> module to your scenario, and click Create a connection.

    Note: If you add a module with an instant tag, click Create a webhook, then Create a connection.

  2. Optional: In the Connection name field, enter a name for the connection.

  3. In the Consumer Key and Consumer Secret fields, enter relevant values that you copied above.

  4. In the Eshop URL field, enter the URL of your Eshop, including HTTPS. For example, https://my-eshop.com.

  5. Click Save.

  6. If prompted, authenticate your account and confirm access.

You have successfully established the connection. You can now edit your scenario and add more WooCommerce modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.

Build WooCommerce Scenarios

After connecting the app, you can perform the following actions:

Triggers

  • New Event

  • Watch Coupons

  • Watch Customers

  • Watch Orders

  • Watch Products

Note

This app uses webhooks to trigger a scenario when an event occurs instantly. All webhook modules have an instant tag next to their name.

When you create a WooCommerce webhook in Make, it is attached automatically and requires no additional set up.

Coupons

  • Search for a Coupon

  • Get a Coupon

  • Create a Coupon

  • Update a Coupon

  • Delete a Coupon

Customers

  • Search for a Customer

  • Get a Customer

  • Create a Customer

  • Update a Customer

  • Delete a Customer

Orders

  • Search for an Order

  • Get an Order

  • Create an Order

  • Update an Order

  • Update an Order Status

  • Delete an Order

Order Notes

  • List Order Notes

  • Get an Order Note

  • Create an Order Note

  • Delete an Order Note

Products

  • Search for a Product

  • Get a Product

  • Create a Product

  • Update a Product

  • Delete a Product

  • Create Products (Batch)

  • Update Products (Batch)

  • Delete Products (Batch)

Product Attributes

  • List Product Attributes

  • Get a Product Attribute

  • Create a Product Attribute

  • Update a Product Attribute

  • Delete a Product Attribute

  • Create Product Attributes (Batch)

Product Attribute Terms

  • List Product Attribute Terms

  • Get a Product Attribute Term

  • Create a Product Attribute Term

  • Update a Product Attribute Term

  • Delete a Product Attribute Term

  • Create Product Attribute Terms (Batch)

Product Categories

  • Search Product Categories

  • Get a Product Category

  • Create a Product Category

  • Update a Product Category

  • Delete a Product Category

Product Variation

  • List Product Variations

  • Get a Product Variation

  • Create a Product Variation

  • Update a Product Variation

  • Delete a Product Variation

Other

  • Make an API Call