tray-etiquetas-mercado-livre

Retrieve Mercado Libre shipping labels for Tray orders via API.

14|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/tray-tecnologia/tray-api-claude-plugin --skill tray-etiquetas-mercado-livre
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tray-etiquetas-mercado-livre
Source: https://github.com/tray-tecnologia/tray-api-claude-plugin/tree/main/skills/etiquetas-mercado-livre
Command: npx skills add https://github.com/tray-tecnologia/tray-api-claude-plugin --skill tray-etiquetas-mercado-livre

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a straightforward way to retrieve shipping labels that Mercado Livre generates for orders routed through a Tray store, removing manual lookup and streamlining printing and fulfillment workflows.

Core Features & Use Cases

  • Read-only label retrieval: Query the Tray API to list shipping labels issued by Mercado Livre for marketplace-originated orders.
  • Batch printing and synchronization: Use returned label metadata to assemble print jobs or reconcile fulfillment records.
  • Integration scenario: Ideal for store integrations that need to fetch labels for order ML ID lookup, automated printing queues, or migration audits.

Quick Start

Request the Mercado Livre shipping label for a specific order by calling the Tray API endpoint for labels with a valid access_token in the query string.

Frequently Asked Questions about tray-etiquetas-mercado-livre

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

FAQPage Schema
How do I retrieve Mercado Livre shipping labels for Tray orders?

To retrieve Mercado Livre shipping labels for Tray orders, query the GET /mercado-livre/labels endpoint using a valid access_token. This returns label metadata needed for order fulfillment workflows.

Do I need an access_token to fetch shipping labels from Mercado Livre?

Yes, an access_token is required for authentication to fetch shipping labels from Mercado Livre. You must include it in the query string when calling the Tray API endpoint for labels.

Can I batch print shipping labels generated for Tray marketplace orders?

Yes, you can batch print shipping labels generated for Tray marketplace orders by using the returned label metadata to assemble print jobs or reconcile fulfillment records.

What is the best way to automate shipping label retrieval for a Tray store integrated with Mercado Livre?

The best way to automate shipping label retrieval for a Tray store integrated with Mercado Livre is querying the API for read-only label data, enabling automated printing queues and migration audits.

Does the Tray Mercado Livre integration support modifying shipping labels?

No, the Tray Mercado Livre integration only supports read-only retrieval of shipping labels. It fetches label metadata issued by the marketplace for printing and synchronization without allowing modifications.