tray-informacoes-loja

Retrieve store configuration and status from the Tray API via GET /store.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a simple, reliable way to fetch and verify a Tray store's configuration and operational status by using the GET /store endpoint with an access_token, removing uncertainty during integration setup and testing.

Core Features & Use Cases

  • Authentication validation: Verify OAuth access_token and confirm the API connection before proceeding.
  • Configuration retrieval: Retrieve store metadata such as id, name, domain, CNPJ, address, plan, currency and logo to configure integrations.
  • Status checks: Confirm store status (active, blocked, suspended, canceled) to gate downstream operations.
  • Use Case: After acquiring an access_token, call the store endpoint to populate integration settings and ensure the store is active before running batch updates or order processing.

Quick Start

Fetch the store information by calling GET /store with your access_token to validate authentication and retrieve basic store metadata.

Frequently Asked Questions about tray-informacoes-loja

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

FAQPage Schema
How do I validate OAuth authentication for a Tray store API integration?

Validate OAuth authentication for a Tray store by calling the GET /store endpoint with your access_token to confirm the API connection and retrieve store metadata before proceeding with further integration setup.

What store configuration metadata can I retrieve from the Tray API?

Retrieve store configuration metadata from the Tray API including id, name, domain, CNPJ, address, plan, currency, and logo by requesting the GET /store endpoint with a valid access_token.

How do I check if a Tray store is active before running batch updates?

Check if a Tray store is active by fetching store status via the GET /store endpoint, confirming the status field is active to gate downstream batch updates or order processing operations.

Can I use the Tray store status API to gate downstream e-commerce operations?

Yes, use the Tray store status API to gate downstream e-commerce operations by checking the returned status field for active, blocked, suspended, or canceled states before executing integration workflows.

Why does my Tray store information API request fail after acquiring an access token?

A Tray store information API request fails after acquiring an access token if the OAuth access_token is invalid or the store is suspended, blocked, or canceled, preventing successful GET /store metadata retrieval.

What's the best way to initialize e-commerce integrations with Tray store metadata?

The best way to initialize e-commerce integrations is to fetch Tray store metadata using GET /store with an access_token, populating integration settings with id, name, domain, and plan data.