Banchero Backoffice

Multi-platform e-commerce API integrator that connects TiendaNube, MercadoLibre, and other platforms to provide unified order management and Google Sheets export.

Real-time Webhooks

Automatic order synchronization via webhooks from supported e-commerce platforms.

REST API

Complete RESTful API with advanced filtering, pagination, and field selection.

Google Sheets Export

Direct integration with Google Sheets via Apps Script for automated reporting.

API Endpoints

GET /api/orders

Retrieve orders with filtering, pagination, and field selection

?status=open&limit=20&fields=id,customerEmail,totalAmount&cursor=123456789

POST /api/orders

Create new order (manual entry)

GET /api/orders/[id]

Get specific order details

POST /api/export/google-sheets

Export orders to Google Sheets

POST /api/webhooks/tiendanube

TiendaNube webhook endpoint (HMAC validated)

Supported Platforms

TN

TiendaNube

Full integration with webhooks

Active
ML

MercadoLibre

Coming soon

Planned