1. Data Sync
Sanal AI
  • Introduction
    • ๐Ÿ’ฌ Sanal AI Integration
    • ๐Ÿค Overview
    • ๐Ÿš€ Getting Started
    • ๐Ÿ› ๏ธ Integration Flow
    • โœ… Checklist
    • ๐Ÿ”Œ Bridge Protocol
  • Data Sync
    • ๐Ÿ› ๏ธ Data Sync
    • ๐Ÿ“ 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. Data Sync

๐Ÿ› ๏ธ Data Sync

๐Ÿ”„ Your Data#

Your platform will always be the single source of truth for all merchant, item, product, category, inventory, customer, and order data.
As data is created or updated in your system, our backend APIs allow you to sync data by pushing the new or updated data.
This event-driven approach ensures our AI engine always has the latest and most accurate data to work with.
Our data sync APIs work on "push" model.

Initial Data Sync#

An initial data sync can be made via APIs with current dataset.

Data structure#

A detailed dictionary of the data your system will provide is available here. This is the core of the data sync.
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.

Data Sync APIs#

A detailed API endpoints are also available for data sync.
Previous
๐Ÿ”Œ Bridge Protocol
Next
๐Ÿ“ Data Layout
Built with