📄️ Integration with the platform via API
This section describes the process of integration the E-Commerce store with our platform, which provides API for working with products and orders. The integration includes two approaches: local storage of product information and the use of API for product search and categorization - a search index compatible with Algolia Search.
📄️ Integration with local storage of product information
In this approach, the system stores product information locally and updates it at certain intervals through the platform's API.
📄️ Integration using the platform's Algolia Search index
In this approach, the system uses the platform's API to search, filter and categorize products, storing only information about customers and their orders.