TiendaNube Commerce Bridge

Synchronize TiendaNube product catalogs and orders via OAuth authentication.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/adriangmrraa/MultiAgents-Platform-ROI --skill tiendanube-commerce-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TiendaNube Commerce Bridge
Source: https://github.com/adriangmrraa/MultiAgents-Platform-ROI/tree/main/.agent/skills/TiendaNube_Commerce_Bridge
Command: npx skills add https://github.com/adriangmrraa/MultiAgents-Platform-ROI --skill tiendanube-commerce-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually integrating TiendaNube stores by providing a complete OAuth-based connection, secure token handling, and automated synchronization of product catalogs and orders so platform teams can maintain a single source of truth across tenants.

Core Features & Use Cases

  • OAuth Flow & Vaulting: Redirect-based authorization, backend token exchange, and secure credential storage in the vault.
  • Catalog Synchronization: Paginated product retrieval, normalization of product/variant data, image and category mapping, and a search tool for agents.
  • Order Management: Listing and normalization of orders, status filtering, and order item extraction for fulfillment workflows.
  • Write Operations & Webhooks: Create product endpoint, optional webhook registration and handling, and recommendations for rate limiting to avoid API throttling.
  • Use Case: Onboard a merchant by connecting their Tienda Nube store, perform an initial catalog import, and enable agent-driven product search and order monitoring.

Quick Start

Connect the Tienda Nube store from your dashboard to complete the OAuth flow, then run the catalog sync endpoint to import and normalize products.

Frequently Asked Questions about TiendaNube Commerce Bridge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate TiendaNube stores using OAuth for e-commerce product sync?

TiendaNube store integration uses a redirect-based OAuth flow, backend token exchange, and secure credential vaulting to enable automated product catalog synchronization across multiple tenants.

How do I handle rate limiting and API throttling when syncing a TiendaNube catalog?

TiendaNube API rate limiting restricts requests to 2 per second, and this integration includes built-in recommendations and basic error handling for 429 throttling responses to prevent sync failures.

Can I sync TiendaNube orders and update product stock for multi-tenant platforms?

Yes, this integration supports multi-tenant e-commerce platforms by listing and normalizing orders, filtering statuses, and updating product prices and stock levels through secure API calls.

How do webhooks work for TiendaNube order management and product updates?

Webhook registration and handling allow your platform to process real-time TiendaNube events for order retrieval and product updates, replacing the need for continuous polling.

What is the best way to normalize TiendaNube product variants and images during catalog import?

Catalog synchronization performs paginated product retrieval to normalize product and variant data, mapping images and categories into a unified structure for agent-based product search.

Does the TiendaNube API integration handle authentication errors like 401 or 404?

Yes, the integration includes basic error handling for 401 authentication failures and 404 not found responses, ensuring stable token exchange and API connectivity for connected stores.