Zeca Service API
Welcome to the Zeca Service API documentation. This guide covers the backend services that power the Zeca management ecosystem.
Overview
The Zeca ecosystem is composed of two primary API surfaces:
1. Base API
The core engine for data management. It handles:
- Search: Semantic search for products, customers, and suppliers.
- Products: Catalog management (CRUD operations).
- Customers: Customer profile and relationship management.
- Orders: Order processing and history.
- Sales Groups: Organization of sales structures.
2. Mission API
Focused on CRM and operational tasks:
- Tasks: Management of field missions and objectives.
- CRM: Customer relationship tracking and loyalty points.
Authentication
All API requests must be authenticated using the x-client-secret header.
curl -X GET https://api.zecafood.com.br/v1/search \
-H "x-client-secret: YOUR_CLIENT_SECRET"
Note: Ensure you keep your client secret secure and do not expose it in client-side code.
Key Features
Supply Chain Management
Manage your entire product catalog and customer base with HTTPS operations. The API also supports batch operations for large-volume data updates.
SFTP & Batch Integration
For large-scale data synchronization, Zeca supports SFTP integration. You can upload CSV files for products, customers, and orders, which are processed asynchronously.
- SFTP Guide: Learn how to format and upload your CSV files.
Intelligent Search
Our advanced search endpoints allow for querying products and customers using natural language, making it easier to find relevant items in large catalogs.
Resources
- Base Reference: Detailed documentation of all Base endpoints.
- Mission Reference: operational endpoints for missions and CRM.
- SFTP Guide: Technical specification for file-based integrations.