Domain Group

Domain.com.au | Real Estate & Properties For Sale & Rent

Integrate the Domain Group API with the WooCommerce API

Setup the Domain Group API trigger to run a workflow which integrates with the WooCommerce API. Pipedream's integration platform allows you to integrate Domain Group and WooCommerce remarkably fast. Free for developers.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Create Business Listing with Domain Group API on New Coupon Event (Instant) from WooCommerce API
WooCommerce + Domain Group
 
Try it
Create Business Listing with Domain Group API on New Customer Event (Instant) from WooCommerce API
WooCommerce + Domain Group
 
Try it
Create Business Listing with Domain Group API on New Order Event (Instant) from WooCommerce API
WooCommerce + Domain Group
 
Try it
Create Business Listing with Domain Group API on New Product Event (Instant) from WooCommerce API
WooCommerce + Domain Group
 
Try it
Create Commercial Listing with Domain Group API on New Coupon Event (Instant) from WooCommerce API
WooCommerce + Domain Group
 
Try it
Agency Listing Updated from the Domain Group API

Emit new event when an agency listing is updated. See the documentation

 
Try it
New Agency Created from the Domain Group API

Emit new event when a new agency is created. See the documentation

 
Try it
New Agency Listing Created from the Domain Group API

Emit new event when a new agency listing is created. See the documentation

 
Try it
New Coupon Event (Instant) from the WooCommerce API

Emit new event each time the specified coupon event(s) occur

 
Try it
New Customer Event (Instant) from the WooCommerce API

Emit new event each time the specified customer event(s) occur

 
Try it
Create Customer with the WooCommerce API

Creates a new customer. See the docs

 
Try it
Create Business Listing with the Domain Group API

Creates a new business listing. See the documentation

 
Try it
Create Order with the WooCommerce API

Creates a new order. See the docs

 
Try it
Create Commercial Listing with the Domain Group API

Creates a new commercial listing. See the documentation

 
Try it
Create Product with the WooCommerce API

Creates a new product. See the docs

 
Try it

Connect Domain Group

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    domain_group: {
      type: "app",
      app: "domain_group",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `${this.domain_group.$auth.api_url}/v1/me`,
      headers: {
        Authorization: `Bearer ${this.domain_group.$auth.oauth_access_token}`,
      },
    })
  },
})

Overview of WooCommerce

WooCommerce is a customizable, open-source eCommerce platform built on WordPress. With the WooCommerce API, you can tap into the heart of your eCommerce store to read, create, update, and delete products, orders, and customers. On Pipedream, you can harness this API to automate routine tasks, sync data across platforms, and enhance customer experiences. By connecting WooCommerce to a wide array of apps and services, you can streamline operations, trigger personalized marketing, and analyze your sales data with greater ease.

Connect WooCommerce

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    woocommerce: {
      type: "app",
      app: "woocommerce",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.woocommerce.$auth.url}/wp-json/wc/v2/orders`,
      auth: {
        username: `${this.woocommerce.$auth.key}`,
        password: `${this.woocommerce.$auth.secret}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo