What do you want to automate

with Amazon Selling Partner and Instapaper?

Prompt, edit and deploy AI agents that connect to Amazon Selling Partner, Instapaper 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
Add URL with Instapaper API on New Inbound Shipment to FBA Created from Amazon Selling Partner API
Amazon Selling Partner + Instapaper
 
Try it
Add URL with Instapaper API on New Order Created from Amazon Selling Partner API
Amazon Selling Partner + Instapaper
 
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
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
Add URL with the Instapaper API

Adds a URL to an Instapaper account. 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
Generate Sales & Inventory Reports with the Amazon Selling Partner API

Requests reports on sales, inventory, and fulfillment performance. See the documentation

 
Try it
Get Order Details with the Amazon Selling Partner API

Fetches detailed information about a specific order using its order ID. See the documentation

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

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}`,
      },
    })
  },
})

Overview of Instapaper

The Instapaper API offers a streamlined way to interact with saved articles. With it, you can automate your reading list management by adding new items, moving through folders, or marking them as read or unread. Integrating the Instapaper API with Pipedream lets you create custom workflows, triggering actions in Instapaper or other apps based on specific conditions or schedules.

Connect Instapaper

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: {
    instapaper: {
      type: "app",
      app: "instapaper",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://www.instapaper.com/api/authenticate`,
      auth: {
        username: `${this.instapaper.$auth.username}`,
        password: `${this.instapaper.$auth.password}`,
      },
    })
  },
})

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