PickerPro Meli
Actions15
Overview
This node integrates with the PickerPro service to interact with Mercado Libre data and services. It enables users to automate various tasks such as retrieving site health information, market highlights, seller details, category predictions, and more related to Mercado Libre's marketplace.
The "Site Health" operation specifically fetches the health status of a Mercado Libre site using an integration token. This can be useful for monitoring the operational status or performance metrics of a given Mercado Libre site in real time.
Practical examples:
- Automatically check the health status of a Mercado Libre site before performing bulk operations.
- Integrate site health checks into workflows that manage listings or orders to ensure the platform is stable.
- Use site health data to trigger alerts or downstream processes when issues are detected.
Properties
| Name | Meaning |
|---|---|
| IntegrationToken | A required secret token used to authenticate requests to the PickerPro Mercado Libre API. |
(Note: The provided input properties JSON only includes the "IntegrationToken" property relevant for the "Site Health" operation.)
Output
The output JSON contains a single field named sitehealth which holds the data returned by the PickerPro API about the Mercado Libre site's health status.
Example structure (conceptual):
{
"sitehealth": {
// Site health details as returned by the PickerPro API
}
}
No binary data output is produced by this operation.
Dependencies
- Requires an active PickerPro API integration with valid credentials including an API key and organization ID configured in n8n.
- The user must provide a valid integration token as an input parameter.
- Relies on the external PickerPro Mercado Libre API endpoints to fetch site health data.
Troubleshooting
- Missing Credentials: If the API key or organization ID is not configured, the node will throw an error indicating these are missing. Ensure these credentials are set up correctly in n8n.
- Invalid or Missing Token: The integration token is mandatory; if omitted or invalid, the API call will fail.
- Unsupported Operation: If an unsupported operation name is provided, the node throws an error specifying the operation is not supported.
- Parameter Retrieval Errors: The code attempts to safely retrieve parameters but logs errors if any parameter is missing or malformed. Verify all required parameters are correctly set.
- API Errors: Any errors from the PickerPro API will propagate as node errors. Check network connectivity and token validity.
Links and References
- Mercado Libre Developer Portal
- PickerPro official documentation (not publicly linked here; refer to your PickerPro account resources)