Tray
Official@tray-tecnologia · Marília - SP
Projetos open source mantidos pela Tray
Agent Skills by Tray
Showing 35 vetted skills indexed across 2 GitHub repositories.
tray-visao-geral
Apply universal Tray API rules before resource-specific calls.
tray-imagens-produtos
Upload, update, and remove product images via Tray API endpoints.
tray-multicd
Manage distribution centers and per-center stock via Tray's Multi-CD API.
tray-autorizacao
Manage OAuth 2.0 token lifecycle for Tray API access.
tray-etiquetas-mercado-livre
Retrieve Mercado Libre shipping labels for Tray orders via API.
tray-pedidos
Manage Tray order lifecycle via /orders endpoints with access_token authentication.
tray-perfis-cliente
Manage customer profiles and group associations via Tray API endpoints.
tray-pagamentos
Manage payment records and operations for Tray e-commerce stores.
tray-cupons
Manage Tray discount coupons via the /discount_coupons API endpoints.
tray-kits
Manage product kits and component relationships in Tray stores via REST calls.
tray-marcas
Manage product brand records through Tray API endpoints with CRUD operations.
tray-status-pedido
Manage custom Tray order statuses via API endpoints.
tray-carrinho-compras
Manage shopping carts and kits via the Tray API.
tray-etiquetas-hub
Generate and query Tray HUB shipping labels via POST and GET /labels endpoints.
tray-informacoes-adicionais
Manage Tray additional product information via CRUD API endpoints.
tray-emissores-etiqueta
Register and link external shipping label URLs to Tray orders via the Tray API.
tray-listagem-carrinho
List all shopping carts from a paginated Tray API endpoint.
tray-informacoes-loja
Retrieve store configuration and status from the Tray API via GET /store.
tray-caracteristicas
Manage product characteristics via the Tray API with authenticated requests.
tray-enderecos-cliente
Manage customer addresses via the Tray API with pagination and Brazilian validation.
tray-usuarios
List administrative users of a Tray store via the Tray Users API.
tray-categorias
Manages the Tango tree with CRUD, reorder, and delete operations for developers building storefronts.
tray-scripts-externos
Manage external JavaScript scripts for Tray storefronts via CRUD operations.
tray-notas-fiscais
Manage NF-e invoices for Tray orders via REST API endpoints.
Frequently Asked Questions About Tray
FAQPage SchemaWhat specific business tasks can be performed using these integration endpoints?▼
These endpoints enable full CRUD operations for product catalogs, management of order lifecycles, calculation of shipping costs, generation of NF-e tax invoices, and synchronization of customer profiles. You can also manage discount coupons, B2B price lists, and store-wide configuration settings programmatically.
Which technical personas are the primary target for these resources?▼
These resources are designed for e-commerce developers, systems integrators, and enterprise architects building custom storefronts or middleware. They are ideal for engineers tasked with connecting external ERP, CRM, or logistics platforms to the Tray ecosystem via authenticated REST requests.
What are the prerequisites for accessing and using these endpoints?▼
Access requires a valid Tray store account and the implementation of OAuth 2.0 token lifecycle management. Developers must authenticate requests using the provided access tokens and adhere to the specific endpoint requirements for payload structure, such as CPF/CNPJ validation for customer data.