PickerPro Meli icon

PickerPro Meli

This node integrates PickerPro with n8n to automate management in Mercado Libre, allowing order synchronization, stock updates and warehouse consultation in real time

Overview

This node integrates PickerPro with n8n to automate various data retrieval tasks related to Mercado Libre, a popular e-commerce platform in Latin America. It allows users to fetch real-time information such as site categories, market highlights, seller info, site health, and more by calling PickerPro's API endpoints.

Common scenarios where this node is beneficial include:

  • Synchronizing product categories or listings from Mercado Libre into other systems.
  • Monitoring market trends and highlights for strategic decision-making.
  • Retrieving detailed seller information and reputation metrics.
  • Accessing site-specific data like listing types, prices, exposures, and geographic states.

For example, a user could use the "Site Categories" operation to get all available categories on Mercado Libre to categorize products correctly in their inventory system.

Properties

Name Meaning
IntegrationToken The token used to authenticate requests to PickerPro's API.

Note: Although the node supports many operations and additional parameters (like Site ID, Query, Category ID, etc.), for the Site Categories operation only the IntegrationToken is required based on your input.

Output

The output JSON contains a single field named sitecategories, which holds the data returned from the PickerPro API representing the categories available on Mercado Libre.

Example output structure:

{
  "sitecategories": {
    /* JSON object or array describing site categories */
  }
}

No binary data output is produced by this operation.

Dependencies

  • Requires an active PickerPro API integration with a valid API key and organization ID configured in n8n credentials.
  • The user must provide a valid Integration Token as an input property.
  • Relies on PickerPro's external API services to fetch Mercado Libre data.

Troubleshooting

  • Missing API Key or Organization ID: The node throws an error if these are not configured in credentials. Ensure that the PickerPro API credentials are properly set up in n8n.
  • Invalid or missing Integration Token: The operation requires a valid token; otherwise, API calls will fail.
  • Operation not supported: If an unsupported operation name is provided, the node will throw an error indicating the operation is not supported.
  • Parameter retrieval errors: The node attempts to safely retrieve parameters but logs errors if any parameter is missing or invalid. Double-check input parameters for correctness.

Links and References

Discussion