What do you want to automate

with Sellercloud and Kustomer?

Prompt, edit and deploy AI agents that connect to Sellercloud, Kustomer and 2,500+ other apps in seconds.

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
Adjust Inventory with Sellercloud API on New Conversation Created (Instant) from Kustomer API
Kustomer + Sellercloud
 
Try it
Adjust Inventory with Sellercloud API on New Customer Created (Instant) from Kustomer API
Kustomer + Sellercloud
 
Try it
Adjust Inventory with Sellercloud API on New Message Created in Conversation (Instant) from Kustomer API
Kustomer + Sellercloud
 
Try it
Adjust Inventory with Sellercloud API on Updated Conversation (Instant) from Kustomer API
Kustomer + Sellercloud
 
Try it
Adjust Inventory with Sellercloud API on Updated Customer (Instant) from Kustomer API
Kustomer + Sellercloud
 
Try it
Inventory Updated from the Sellercloud API

Emit new event when an item's inventory level changes. See the documentation

 
Try it
New Conversation Created (Instant) from the Kustomer API

Emit new event when a conversation is created in Kustomer.

 
Try it
New Order Created from the Sellercloud API

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

 
Try it
New Customer Created (Instant) from the Kustomer API

Emit new event when a new customer is added to Kustomer.

 
Try it
New Message Created in Conversation (Instant) from the Kustomer API

Emit new event when a new message is created in a conversation.

 
Try it
Adjust Inventory with the Sellercloud API

Changes the inventory level of a specific product. See the documentation

 
Try it
Create Conversation with the Kustomer API

Creates a new conversation in Kustomer. See the documentation

 
Try it
Create Product with the Sellercloud API

Creates a new product. See the documentation

 
Try it
Create Customer with the Kustomer API

Creates a new customer in Kustomer. See the documentation

 
Try it
Update Order Status with the Sellercloud API

Modifies the status of an existing order or orders. See the documentation

 
Try it
Integrate the Sellercloud API with the Kustomer API
Setup the Sellercloud API trigger to run a workflow which integrates with the Kustomer API. Pipedream's integration platform allows you to integrate Sellercloud and Kustomer remarkably fast. Free for developers.

Overview of Sellercloud

The Sellercloud API taps into a robust e-commerce platform that streamlines multichannel sales operations, inventory management, and order fulfillment. By integrating Sellercloud with Pipedream, you can automate tasks like syncing inventory levels, managing orders, and updating product listings across various channels. With Pipedream's serverless platform, you can create workflows that react to events in Sellercloud or initiate actions based on triggers from other apps.

Connect Sellercloud

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: {
    sellercloud: {
      type: "app",
      app: "sellercloud",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `${this.sellercloud.$auth.api_url}/rest/api/orders`,
      headers: {
        Authorization: `Bearer ${this.sellercloud.$auth.oauth_access_token}`,
      },
    })
  },
})

Connect Kustomer

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: {
    kustomer: {
      type: "app",
      app: "kustomer",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.kustomer.$auth.subdomain}.api.kustomerapp.com/v1/customers`,
      headers: {
        Authorization: `Bearer ${this.kustomer.$auth.api_key}`,
        "accept": `application/json`,
      },
    })
  },
})

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