Core API
RESTful endpoints for complete catalog management.

Batch Enrichment
Send products or categories from the dashboard for AI enrichment in batch.
Entrada
Product or category selection
Enrichment template
Target fields
Salida
Enriched content per item
Server event with progress
Error handling
Casos de Uso
Enrich imported products in batch
Rewrite weak descriptions at scale
Generate SEO content for entire catalog
Fill missing attributes in bulk
Multi-language enrichment
Live Enrichment
Send data directly in the API call for enrichment without importing products first.
Entrada
Product or category data
Template ID or inline instructions
Target language
Salida
Enriched content
Structured JSON response
Error handling
Casos de Uso
Enrich on-the-fly from external system
CI/CD enrichment pipeline
Webhook on product create
Integrate into headless storefront
Real-time content generation
RESTful Endpoints
Complete CRUD operations for products, categories, attributes, and more.
Entrada
GET /api/v1/products
POST /api/v1/products
PUT /api/v1/products/:id
DELETE /api/v1/products/:id
Salida
Product object
X-Total-Count header
Standard HTTP status codes
Casos de Uso
Integrate with ERP or PIM
Backend for headless storefront
Bidirectional catalog sync
Automate with scripts and pipelines
Feed mobile app with data
Bulk Operations
Batch CRUD, CSV import, and bulk updates for large catalogs via API.

Entrada
POST /products/batch
POST /product-data/products/bulk-update
POST /product-data/products/import-csv
POST /product-data/products/ids
Salida
Batch result object
Bulk update count
Import job with preview
Casos de Uso
Migrate entire catalog
Scheduled export for analytics
Import supplier spreadsheet
Export to data warehouse
Sync mass updates