tray-listagem-carrinho

List all shopping carts from a paginated Tray API endpoint.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Listar todos os carrinhos de compra de uma loja através de um endpoint paginado, facilitando auditoria e geração de relatórios de atividade de carrinho.

Core Features & Use Cases

  • Listagem paginada de carrinhos via GET /carts com parâmetros limit e page
  • Suporte para cenários de análise, reconciliação de estoque e relatórios de tráfego de carrinhos
  • Caso de uso: gerar um relatório completo de carrinhos ao longo de várias páginas para monitorar atividades da loja e o ciclo de vida do carrinho

Quick Start

Query the /carts endpoint with a valid access_token and paginate through results to retrieve all carts.

Frequently Asked Questions about tray-listagem-carrinho

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

FAQPage Schema
How do I list all shopping carts in my Tray store using the API?

To list shopping carts in Tray, query the GET /carts endpoint with a valid access_token. This retrieves all carts for your store, and you can paginate through results using the limit and page parameters to get the complete list.

Can I retrieve abandoned carts from the Tray API in bulk?

Yes, you can retrieve abandoned carts in bulk using the Tray API. By querying the paginated /carts endpoint and iterating through pages, you gather all active and abandoned carts for reporting and auditing store activity.

What parameters are needed to paginate carts in the Tray ecommerce API?

Paginating carts in the Tray API requires a valid access_token for authentication, plus the limit and page parameters. These control the number of carts returned per request and which page of results to retrieve during bulk listing.

When do I need to use paginated cart retrieval for my Tray store?

You need paginated cart retrieval for Tray when generating complete reports across multiple pages of data. It is essential for auditing store activity, performing stock reconciliation, and monitoring the lifecycle of both active and abandoned carts.

Does the Tray cart listing endpoint require an access token for every request?

Yes, the Tray cart listing endpoint requires a valid access_token for every request. This token authenticates your session, allowing the API to return your store's shopping cart data securely across all paginated queries.