Retorna todos os produtos da organização com suporte a filtros e paginação. Cada item inclui o arrayDocumentation Index
Fetch the complete documentation index at: https://docs.chargefy.io/llms.txt
Use this file to discover all available pages before exploring further.
prices[] e o default_price_id.
Autenticação
Requer um token de acesso válido (
CHARGEFY_ACCESS_TOKEN) no header Authorization.Query
| Parâmetro | Tipo | Default | Descrição |
|---|---|---|---|
organization_id | string | — | FK da organização (requerido quando token é multi-org) |
page | integer | 1 | Número da página |
limit | integer | 10 (máx 100) | Itens por página |
is_archived | boolean | — | Filtra por status arquivado. Omitido = ambos |
query | string | — | Busca por nome (case-insensitive, parcial) |
id | string | string[] | — | Um ou vários IDs |
sorting | string | -created_at | Ordem. Prefixo - = decrescente |
Resposta
| Campo | Tipo | Descrição |
|---|---|---|
items | Product[] | Lista (cada item no shape completo — ver Obter Produto) |
pagination.total_count | integer | Total de produtos |
pagination.max_page | integer | Última página possível dado o limit |

