What do you want to automate

with LiveSession and Amazon Selling Partner?

Prompt, edit and deploy AI agents that connect to LiveSession, 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 Session from LiveSession API
LiveSession + Amazon Selling Partner
 
Try it
Fetch Orders by Date Range with Amazon Selling Partner API on New Session from LiveSession API
LiveSession + Amazon Selling Partner
 
Try it
Generate Sales & Inventory Reports with Amazon Selling Partner API on New Session from LiveSession API
LiveSession + Amazon Selling Partner
 
Try it
Get Order Details with Amazon Selling Partner API on New Session from LiveSession API
LiveSession + Amazon Selling Partner
 
Try it
List Inbound Shipments with Amazon Selling Partner API on New Session from LiveSession API
LiveSession + Amazon Selling Partner
 
Try it
New Session from the LiveSession API

Emit new event when a new session is created in LiveSession. See the documentation

 
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
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
List Inbound Shipments with the Amazon Selling Partner API

Fetches inbound shipment details to track stock movement and replenishment. See the documentation

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

Overview of LiveSession

LiveSession is an app that allows you to understand user behavior through session replays and analytics. With its API, you can retrieve session data, manage users, and more. Integrating LiveSession with Pipedream lets you automate actions based on user interactions, compile analytics, or trigger workflows in other apps based on session insights. This can be immensely valuable for support teams, product managers, and UX designers seeking to improve user experience.

Connect LiveSession

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: {
    livesession: {
      type: "app",
      app: "livesession",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.livesession.io/v1/sessions`,
      headers: {
        Authorization: `Bearer ${this.livesession.$auth.api_token}`,
        "Content-Type": `application/json`,
      },
    })
  },
})

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