Actions8
Overview
This node integrates with the iFood API to manage merchants and their related data. Specifically, for the 'Merchant' resource with the 'List Merchants' operation, it retrieves a list of merchants associated with the authenticated account. This is useful for scenarios where users need to fetch and display merchant information, such as in dashboards, reporting tools, or to trigger workflows based on merchant data.
Use Case Examples
- Fetching all merchants to display in a management dashboard.
- Using the list of merchants to automate updates or notifications related to merchant activities.
Output
JSON
json- The JSON response containing the list of merchants retrieved from the iFood API
Dependencies
- Requires an API key credential for authenticating requests to the iFood API.
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions to access merchant data.
- Common errors include authentication failures (check API key validity) and network issues (verify connectivity to the iFood API).
- If the response is empty or incomplete, verify that the account has associated merchants and that the API endpoint is correct.
Links
- iFood API - List Merchants - Official documentation for the iFood API endpoint to list merchants.