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 with the PickerPro API to automate and streamline data retrieval related to Mercado Libre marketplace insights. Specifically, for the Site Listing Exposures operation, it fetches exposure metrics of listings on a specified site. This can help sellers or analysts understand how visible or exposed their product listings are within the marketplace.

Common scenarios where this node is beneficial include:

  • Monitoring listing visibility to optimize marketing strategies.
  • Analyzing exposure trends across different sites.
  • Automating reporting workflows that track listing performance over time.

Example: A user wants to retrieve exposure data for all listings on the Argentina Mercado Libre site to identify which products need better promotion.

Properties

Name Meaning
IntegrationToken The API token used to authenticate requests to the PickerPro service.
Site ID The identifier of the Mercado Libre site for which to retrieve listing exposures (e.g., "MLA" for Argentina).

Output

The node outputs JSON data under the field siteexposures. This field contains the exposure information of listings on the specified site as returned by the PickerPro API. The exact structure depends on the API response but generally includes metrics related to how often and prominently listings appear in searches or categories.

No binary data output is produced by this operation.

Dependencies

  • Requires an active PickerPro API key credential configured in n8n.
  • Needs the user to provide a valid integration token (IntegrationToken).
  • Relies on the PickerPro API endpoints to fetch listing exposure data.

Troubleshooting

  • Missing API Key or Organization ID: The node throws an error if the required API key or organization ID is not configured properly. Ensure these credentials are set up correctly in n8n.
  • Invalid or Missing Site ID: If the Site ID parameter is missing or invalid, the API call may fail or return empty results. Verify the site ID corresponds to a valid Mercado Libre site code.
  • Operation Not Supported: If an unsupported operation name is provided, the node will throw an error indicating the operation is not supported.
  • API Token Issues: If the integration token is incorrect or expired, the API calls will fail. Confirm the token is current and has necessary permissions.

Links and References

Discussion