Integration Specifications

This article will help you learn about how Daasity replicates data from Stay Ai, limitations to the data we can extract, and where the data is stored in the stay_ai schema

Integration Overview

Stay Ai is a subscription platform for e-commerce brands. Our integration extracts and loads the contents of those subscriptions.

This document provides context on what kind of data is being gathered through this extractor, which endpoints that data is coming from, and how the extracted tables relate to each other.

Integration Availability

This integration is currently available for:

  • Enterprise

API Endpoints

The Daasity Stay Ai extractor is built based on this API documentation. The following endpoints are used by Daasity to replicate data into your data warehouse:

Stay Ai Schema

The Daasity Okendo extractor creates these tables using the endpoints and replication methods listed. The data is mapped from source API endpoint to the table based on the mapping logic outlined in each table.

Subscriptions

  • Endpoint: List All Subscriptions

  • Update Method: UPSERT

  • Table Name: [stay_ai.subscriptions]

Subscription Line Items

  • Endpoint: List All Subscriptions

  • Update Method: UPSERT

  • Table Name: [stay_ai.subscription_line_items]

Orders

  • Endpoint: List All Orders

  • Update Method: UPSERT

  • Table Name: [stay_ai.orders]

Order Line Items

  • Endpoint: List All Orders

  • Update Method: UPSERT

  • Table Name: [stay_ai.order_line_items]

Last updated