Integration Specifications

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

Integration Overview

Okendo is a product reviews platform for e-commerce brands. Our integration extracts and loads the contents of those reviews.

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 Okendo extractor is built based on this Okendo API documentation. The following endpoints are used by Daasity to replicate data from Okendo:

Okendo 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.

Reviews

  • Endpoint: List Reviews

  • Update Method: UPSERT

  • Table Name: [okendo.reviews]

Review Media

  • Endpoint: List Reviews

  • Update Method: UPSERT

  • Table Name: [okendo.review_media]

Review Attributes With Rating

  • Endpoint: List Reviews

  • Update Method: UPSERT

  • Table Name: [okendo.review_attributes_with_rating]

Review Product Attributes

  • Endpoint: List Reviews

  • Update Method: UPSERT

  • Table Name: [okendo.review_product_attributes]

Last updated