Actions58
- Acesso - Credenciais
- Canais - Listar
- Contato - Adicionar Etiqueta
- Contato - Adicionar Informações
- Contato - Consultar
- Contato - Editar Perfil
- Contato - Encaminhar
- Contato - Importar
- Contato - Listar Protocolos
- Contato - Listar Todos
- Contato - Mensagem - Enviar
- Contato - Mensagem - Enviar Imagem + Legenda
- Contato - Pesquisar
- Contato - Remover Etiqueta
- Contato - Status De WhatsApp
- Etiquetas - Listar Todos
- Extra - Cep - Pesquisar
- Extra - Cnpj - Pesquisar
- Extra - Coordenadas - Pesquisar
- Extra - Cpf - Pesquisar
- Extra - CSV - Formatar
- Extra - Nome - Pesquisar
- Extra - Titularidade - Pesquisar
- Extra - Transcrição - Documentos
- Extra - Transcrição - Imagem EN
- Extra - Transcrição - Imagem PT
- Grupos - Adicionar Contato
- Grupos - Listar Contatos
- Grupos - Listar Todos
- Grupos - Remover Contato
- Grupos - WhatsApp - Histórico
- Grupos - WhatsApp - Listar
- Grupos - WhatsApp - Membros
- Marketing - Campanha - Listar
- Marketing - Campanha - Resumo
- Marketing - Mensagem - Enviar
- Marketing - Mensagem - Listar
- Marketing - Mensagem - Status
- Produto - Categoria - Listar
- Produto - Listar
- Protocolo - Consultar
- Protocolo - Encaminhar - Recado
- Protocolo - Finalizar
- Protocolo - Listar - Todos
- Protocolo - Mensagem - Enviar
- Protocolo - Mensagem - Listar
- Protocolo - Observações - Adicionar
- Protocolo - Observações - Listar
- Protocolo - Pesquisar
- Recados - Listar - Todos
- Recados - Pesquisar
- Setor - Listar - Todos
- Templates - Listar - Todos
- Usuário - Agenda - Listar
- Usuário - Carteira - Adicionar
- Usuário - Carteira - Listar
- Usuário - Carteira - Remover
- Usuário - Listar - Todos
Overview
This node integrates with the "Relacio" platform to interact with product-related data via WhatsApp. Specifically, the "Produto - Listar" operation ("getCategoryItems") retrieves a paginated list of products belonging to a specified category. This is useful for workflows that need to fetch and process product information dynamically based on category IDs.
Common scenarios include:
- Automating product catalog updates by fetching items from a specific category.
- Integrating product listings into messaging or notification workflows.
- Building dashboards or reports that require up-to-date product data filtered by category.
Example: A user can input a category ID and optionally a page number to retrieve products in that category, enabling batch processing or display of product lists.
Properties
Name | Meaning |
---|---|
Categoria ID | The ID of the product category to fetch items from. This is required to specify which category's products to list. |
Página | The page number for pagination when listing items. Defaults to 1. Allows navigating through multiple pages of results. |
Output
The node outputs JSON data containing the list of products retrieved from the specified category and page. The structure typically includes product details such as IDs, names, descriptions, prices, or other relevant attributes as provided by the Relacio platform API.
If binary data were involved (e.g., images), it would be included accordingly, but this operation focuses on JSON product data.
Dependencies
- Requires an API key credential for authenticating with the Relacio platform.
- The node depends on the external Relacio API service to fetch product category items.
- Proper configuration of the API authentication token within n8n credentials is necessary.
Troubleshooting
- Missing or invalid Categoria ID: The operation requires a valid category ID; ensure this is correctly provided.
- Pagination issues: If requesting a page number beyond available pages, the API may return empty results.
- Authentication errors: Ensure the API key credential is correctly set up and has permissions to access product data.
- Network or API downtime: Connectivity issues with the Relacio platform will cause failures; verify network and service status.
- Unexpected response format: If the API changes, output parsing might fail; check for updates in the API or node version.
Links and References
- Relacio Platform Documentation (example placeholder link)
- n8n documentation on Creating Custom Nodes
- General API pagination concepts: https://swagger.io/docs/specification/2-0/pagination/