tiendanube-api

Fetch and process Tienda Nube REST API v1 order data with OAuth authentication.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ketzal88/ai-analyzer --skill tiendanube-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tiendanube-api
Source: https://github.com/ketzal88/ai-analyzer/tree/main/.claude/skills/tiendanube-api
Command: npx skills add https://github.com/ketzal88/ai-analyzer --skill tiendanube-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of integrating with the Tienda Nube (Nuvemshop) REST API, enabling efficient management of ecommerce data for businesses using the platform.

Core Features & Use Cases

  • Order Management: Fetch and process order data, including details on payments and fulfillment status.
  • Authentication: Handle OAuth marketplace authentication flows securely.
  • Data Synchronization: Extract and store ecommerce metrics and customer data for analysis.
  • Use Case: Automatically pull all new orders from a Tienda Nube store that were placed in the last 24 hours, extract their total value and customer information, and store this data for reporting.

Quick Start

Use the tiendanube-api skill to fetch all paid orders created since yesterday.

Frequently Asked Questions about tiendanube-api

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

FAQPage Schema
How do I authenticate with the Tienda Nube API for an ecommerce integration?

Tienda Nube API authentication requires handling OAuth marketplace flows securely. You must also use the specific 'Authentication' header to successfully authorize requests and manage ecommerce data.

What is the best way to fetch recent orders from a Tienda Nube store?

Fetching Tienda Nube orders involves calling the REST API v1 to extract order data, payment details, and fulfillment status. You can automatically pull all paid orders created within a specific timeframe like the last 24 hours.

Why does the Tienda Nube API return monetary values as strings?

Tienda Nube API returns monetary values as strings to handle specific API quirks and prevent precision loss. Your ecommerce integration must process these string monetary values carefully to avoid calculation errors.

Can I synchronize customer data and ecommerce metrics from Nuvemshop?

Yes, you can synchronize Nuvemshop customer data and ecommerce metrics by extracting them via the REST API. This data synchronization process enables you to store the extracted information for business analysis and reporting.

How does storefront attribution work when processing Tienda Nube order data?

Storefront attribution in Tienda Nube order processing involves tracking specific data points through the API. Handling this attribution correctly ensures accurate data synchronization and proper ecommerce metrics analysis.

Do I need any external dependencies to manage Tienda Nube API quirks?

No external dependencies are required to manage Tienda Nube API quirks, as the integration relies on standard REST API v1 knowledge. You only need to ensure adherence to specific rules like the 'Authentication' header and string monetary values.