tray-categorias

Manages the Tango tree with CRUD, reorder, and delete operations for developers building storefronts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers manage the Tray store's category tree, enabling hierarchical queries, creation of subcategories, reordering, and deletion, including full-tree retrieval and per-ID data.

Core Features & Use Cases

  • Tree exploration: fetch the complete category hierarchy with nested children.
  • CRUD operations: create, update, reorder, and delete categories, including setting parent-child relationships.
  • Public and private access: leverage both hierarchical queries and the public tree via /web_api/categories for storefronts.

Quick Start

Prompt Claude Code to list the full category tree and fetch details for a category by ID.

Frequently Asked Questions about tray-categorias

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

FAQPage Schema
How do I manage the Tray category tree using API endpoints?

To manage the Tray category tree, use this Skill to perform CRUD operations via Tray API endpoints, enabling you to create, update, reorder, and delete categories with proper payload structures.

How do I fetch the complete category hierarchy with subcategories in Tray?

You can fetch the complete category hierarchy by querying the Tray API tree exploration endpoints, which return nested children and full parent-child relationships for your storefront.

Can I retrieve public category data for my storefront using the Tray API?

Yes, you can retrieve public category data by leveraging the /web_api/categories endpoint, which provides hierarchical queries specifically designed for building storefronts.

What's the best way to reorder categories and set parent-child relationships in Tray?

The best way to reorder categories and set parent-child relationships is by using the Tray API CRUD operations provided here, which supply the required payload structures to update hierarchy and ordering.

Does the Tray API support fetching category details by ID?

Yes, the Tray API supports fetching category details by ID, allowing developers to retrieve per-ID data alongside full-tree retrieval to manage individual category nodes efficiently.