tray-etiquetas-hub

Generate and query Tray HUB shipping labels via POST and GET /labels endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The HUB label API enables developers to generate and query shipping labels for Tray orders, centralizing label management and simplifying fulfillment workflows.

Core Features & Use Cases

  • Create labels: generate a label for a given order using POST /labels.
  • Query labels: fetch existing labels with GET /labels and an order_id.
  • Authentication and HUB integration: requires access_token and works within Tray's HUB logistics system.

Quick Start

Generate a label for a specific Tray order using the HUB through Claude Code.

Frequently Asked Questions about tray-etiquetas-hub

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

FAQPage Schema
How do I generate shipping labels for Tray orders via API?▼

To generate shipping labels for Tray orders, you make a POST request to the /labels endpoint within Tray HUB, supplying the specific order_id to target the shipment and automate fulfillment.

How does authentication work for the Tray HUB label API?▼

Authentication for the Tray HUB label API requires an access_token included in your API requests, ensuring secure access when creating or querying shipping labels for order fulfillment.

What's the best way to query an existing shipping label for a specific order?▼

The best way to query an existing shipping label is to send a GET request to the /labels endpoint, passing the order_id parameter to fetch label details and track the shipment status.

Can I automate order fulfillment by centralizing shipping label management in Tray HUB?▼

Yes, you can automate order fulfillment by centralizing shipping label management in Tray HUB, which simplifies logistics workflows by allowing you to generate and retrieve labels for Tray orders programmatically.

Do I need an order_id to retrieve shipping labels from Tray HUB?▼

Yes, you need an order_id to retrieve shipping labels from Tray HUB, as the GET /labels endpoint uses this parameter to target specific shipments and return the correct label data.

Why use the Tray HUB API for shipping label creation instead of manual processing?▼

Using the Tray HUB API for shipping label creation eliminates manual processing steps, centralizing label management and simplifying fulfillment workflows by programmatically generating and tracking labels for Tray orders.