Sanal AI
  1. Introduction
Sanal AI
  • Introduction
    • ๐Ÿš€ Sanal AI - Encore Data
    • ๐Ÿ› ๏ธ Getting Started
    • ๐Ÿค The Approach / Model
  • Data Structures
    • ๐Ÿ“ Data Layout
    • ๐Ÿช Merchants
    • ๐Ÿ“‚ Categories
    • ๐Ÿท๏ธ Items
    • ๐Ÿ›’ Products
    • ๐Ÿ“ฆ Inventory
    • ๐Ÿ‘ค Customers
    • ๐Ÿงพ Orders
    • ๐Ÿงพ Variants & Combinations
  • API Requirements
    • ๐Ÿ”Œ API Requirements
    • API: `syncMerchants`
    • API: `syncCategories`
    • API: `syncItems`
    • API: `syncProducts`
    • API: `syncInventory`
    • API: `syncCustomers`
    • API: `syncOrders`
  1. Introduction

๐Ÿ› ๏ธ Getting Started

This document is organized into three main parts to guide you through our data ecosystem.

1. Introduction#

An overview of our data sharing approach and the purpose of this documentation.

2. Data Structures#

A detailed dictionary of all data models our system will provide. This is the core of the specification.

3. API Requirements#

A high-level proposal for the API endpoints we require deepsense to build for data synchronization.
Each data structure includes a field-by-field breakdown, data types, descriptions, and one or more sample JSON objects to illustrate its use in practice.

4. Note on Currency#

The platform supports multiple currencies (e.g., SAR for Saudi Arabia, AED for UAE). The currency for prices and transactions is determined by the merchant's operating country and is specified in the relevant data models (Products, Orders).
Previous
๐Ÿš€ Sanal AI - Encore Data
Next
๐Ÿค The Approach / Model
Built with