tray-emissores-etiqueta

Register and link external shipping label URLs to Tray orders via the Tray API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integra emissores de etiquetas externos com a Tray, eliminando a necessidade de processos manuais para registrar URLs de etiqueta e associá-las a pedidos, o que reduz erros e acelera o fulfillment.

Core Features & Use Cases

  • Registrar emissor: Cadastrar a URL base do sistema de etiquetas com POST /label-emitters.
  • Vincular etiqueta ao pedido: Associar a URL/PDF gerada a um pedido específico com POST /label-emitters/:order_id.
  • Remoção: Excluir emitentes obsoletos com DELETE /label-emitters/:id.
  • Use case: Automatize o fluxo de uma plataforma de geração de etiquetas para que cada pedido receba automaticamente a URL do PDF de postagem e possa ser rastreado na Tray.

Quick Start

Cadastre a URL do meu emissor de etiquetas em https://meusistema.com/etiquetas e vincule-a ao pedido 12345 usando o access_token.

Frequently Asked Questions about tray-emissores-etiqueta

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

FAQPage Schema
How do I link external shipping label URLs to Tray orders via API?

To link external shipping label URLs to Tray orders, you register an emitter base URL using POST /label-emitters, then attach the generated label URL to a specific order_id with POST /label-emitters/:order_id. Both require an access_token query parameter.

What is the process to register a shipping label emitter in Tray?

Registering a shipping label emitter involves sending an authenticated POST request to the /label-emitters endpoint with a JSON LabelEmitter wrapper containing your base URL. This eliminates manual label URL tracking and accelerates fulfillment.

Can I remove obsolete shipping label emitters from Tray?

Yes, you can remove obsolete shipping label emitters by sending a DELETE request to the /label-emitters/:id endpoint. This ensures outdated label generation services are cleanly unlinked from your Tray store environment.

Do I need an access_token to integrate a shipping label service with Tray?

Yes, an access_token query parameter is required for all authenticated HTTP requests to register emitters, link label URLs to orders, and delete emitters. This token validates your API integration with the Tray platform.

How does automating shipping label URL registration work with Tray orders?

Automating shipping label URL registration works by sending API calls to create a label emitter and associate PDF URLs with specific order_ids. This allows each Tray order to automatically receive and track its post label without manual intervention.

What limitations exist when using the Tray API for shipping label integration?

The Tray API shipping label integration requires a JSON LabelEmitter wrapper for requests and authenticates exclusively via an access_token query parameter. It supports POST and DELETE methods but does not natively generate labels, relying on external URLs.