tray-pedidos

Manage Tray order lifecycle via /orders endpoints with access_token authentication.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a concise, actionable interface to manage the full lifecycle of orders on Tray, removing the need to memorize endpoints and pagination details when integrating order workflows or building automation.

Core Features & Use Cases

  • List and filter orders: supports paginated listing with status, date, and customer filters.
  • Retrieve complete order data: use the full endpoint to obtain products, client, payment, and shipping details in one call.
  • Create, update and cancel orders: endpoints and best practices for safe modifications and cancellations.
  • Integrations: useful for order synchronization, fulfillment updates, webhook handling, and migration tasks.

Quick Start

Use the tray-pedidos skill to list orders from the last 7 days with their full details using the access_token.

Frequently Asked Questions about tray-pedidos

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

FAQPage Schema
How do I manage Tray orders and lifecycle operations via API?

Tray order management via API handles listing, retrieving, creating, updating, and cancelling orders. It streamlines order synchronization and fulfillment updates by removing the need to memorize endpoints and pagination details.

What's the best way to retrieve complete order data with products, client, and payment details from Tray?

Retrieving complete Tray order data requires the /orders/:id/full endpoint. This single call returns products, client, payment, and shipping details together, simplifying complex order synchronization and migration workflows.

Does Tray API integration support webhook-driven order notifications?

Tray API integration supports webhook-driven notifications for order management. It enables automated fulfillment updates and lifecycle modifications by satisfying authenticated API calls with access_token and paginated endpoints.

How do I list and filter Tray orders using pagination?

Listing and filtering Tray orders supports paginated results with status, date, and customer filters. Authenticated API calls to the /orders endpoint use access_token credentials to manage large volumes of order data efficiently.

Can I safely update and cancel Tray orders through API integration?

Updating and cancelling Tray orders through API integration follows endpoint best practices for safe modifications. Authenticated calls to /orders/:id ensure secure lifecycle management and prevent unintended order alterations.

What access token is needed to authenticate Tray API calls for order management?

Tray API calls for order management require an access_token for authentication. This credential validates all requests to endpoints like /orders and /orders/:id/full, ensuring secure order data retrieval and lifecycle updates.