What do you want to automate

with Zoho Books and Amazon Selling Partner?

Prompt, edit and deploy AI agents that connect to Zoho Books, Amazon Selling Partner 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
Check FBA Inventory Levels with Amazon Selling Partner API on New Customer from Zoho Books API
Zoho Books + Amazon Selling Partner
 
Try it
Check FBA Inventory Levels with Amazon Selling Partner API on New Expense from Zoho Books API
Zoho Books + Amazon Selling Partner
 
Try it
Check FBA Inventory Levels with Amazon Selling Partner API on New or Updated Invoice from Zoho Books API
Zoho Books + Amazon Selling Partner
 
Try it
Check FBA Inventory Levels with Amazon Selling Partner API on New Sales Order from Zoho Books API
Zoho Books + Amazon Selling Partner
 
Try it
Create Customer Payment with Zoho Books API on New Inbound Shipment to FBA Created from Amazon Selling Partner API
Amazon Selling Partner + Zoho Books
 
Try it
New Inbound Shipment to FBA Created from the Amazon Selling Partner API

Emit new event when a new inbound shipment to FBA is created. See the documentation

 
Try it
New Order Created from the Amazon Selling Partner API

Emit new event when a new order is created in Amazon Seller Central. See the documentation

 
Try it
New Customer from the Zoho Books API

Emit new event when a new customer is created.

 
Try it
New Expense from the Zoho Books API

Emit new event when a new expense is created.

 
Try it
New or Updated Invoice from the Zoho Books API

Emit new event when a new invoice is created or an existing invoice is updated.

 
Try it
Create Customer with the Zoho Books API

Creates a new customer. See the documentation

 
Try it
Check FBA Inventory Levels with the Amazon Selling Partner API

Retrieves inventory summaries from Amazon fulfillment centers to monitor stock availability. See the documentation

 
Try it
Create Customer Payment with the Zoho Books API

Creates a new payment. See the documentation

 
Try it
Fetch Orders by Date Range with the Amazon Selling Partner API

Retrieves a list of orders based on a specified date range, buyer email, or order ID. See the documentation

 
Try it
Create Employee with the Zoho Books API

Creates an employee for an expense. See the documentation

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

Overview of Zoho Books

Zoho Books API unlocks the potential to automate and streamline accounting tasks by integrating with Pipedream's serverless platform. With this powerful combo, you can automate invoicing, manage your accounts, reconcile bank transactions, and handle contacts and items without manual input. By setting up event-driven workflows, you can ensure data consistency across platforms, trigger notifications, and generate reports, all while saving time and reducing human error.

Connect Zoho Books

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    zoho_books: {
      type: "app",
      app: "zoho_books",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `${this.zoho_books.$auth.api_domain}/books/v3/users/me`,
      headers: {
        "Authorization": `Zoho-oauthtoken ${this.zoho_books.$auth.oauth_access_token}`,
      },
      params: {
        organization_id: `${this.zoho_books.$auth.organization_id}`,
      },
    })
  },
})

Connect Amazon Selling Partner

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: {
    amazon_selling_partner: {
      type: "app",
      app: "amazon_selling_partner",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://sellingpartnerapi-na.amazon.com/inbound/fba/2024-03-20/inboundPlans`,
      headers: {
        "x-amz-access-token": `${this.amazon_selling_partner.$auth.oauth_access_token}`,
      },
    })
  },
})

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