tray-caracteristicas

Manage product characteristics via the Tray API with authenticated requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes creation, standardization and management of product characteristics (properties) for Tray stores, removing manual, inconsistent edits across product catalogs and enabling consistent storefront filters and product metadata.

Core Features & Use Cases

  • CRUD for product properties: list product properties, add or update a property's value on a product, and delete product-level properties.
  • Global property management: create reusable global properties to standardize attribute names and presentations across many products.
  • Use Case: create a global "Material" property and apply it to multiple products to enable consistent filtering and reporting across the catalog.

Quick Start

Add the global property "Material" with presentation select and then link the value "Algodão" to product 123 using the Tray API.

Frequently Asked Questions about tray-caracteristicas

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

FAQPage Schema
How do I manage Tray product characteristics via the API?

You manage Tray product characteristics by making authenticated API requests to create, update, list, or delete product-level and global properties using an access_token query parameter.

What is the difference between global properties and product-level properties in Tray?

Global properties are reusable attributes created to standardize names across many products, while product-level properties apply specific values to individual items for storefront filtering and catalog metadata.

How do I create a global property and assign it to a product in Tray?

You create a global property through the Tray API, then make a separate API request to link a specific value to a product ID, enabling consistent catalog filtering and reporting.

Can I update or delete product properties through the Tray API?

Yes, the Tray API supports updating property values on specific products and deleting product-level properties through authenticated requests for catalog management.

Do I need an access_token to list product properties in Tray?

Yes, you must include an access_token query parameter in your authenticated API requests to list, create, update, or delete product properties in your Tray store.

When should I use global properties for my Tray ecommerce catalog?

Use global properties when you need to standardize attribute names like Material across multiple products to ensure consistent storefront filtering and reporting throughout your catalog.