AvantGuard - Pax8 - Partner icon

AvantGuard - Pax8 - Partner

AvantGuard - Pax8

Overview

This node operation, Find Pricing By Product Id, retrieves pricing information for a specific product identified by its unique product ID. It is useful in scenarios where you need to obtain detailed pricing data for a product, potentially customized by company-specific parameters. For example, an e-commerce platform or inventory management system could use this node to dynamically fetch current pricing details before displaying them to customers or processing orders.

Properties

Name Meaning
Product Id The unique identifier of the product for which pricing information is requested.
Additional Query Parameters Optional extra query fields that can be added to refine the pricing request. Currently supports:
- Company Id: Use this to get company-specific pricing details.

Output

The node outputs JSON data containing the pricing information for the specified product. This typically includes price values and may include additional metadata related to pricing such as currency, discounts, or company-specific adjustments. The exact structure depends on the external API response but will be accessible under the json output field.

No binary data output is indicated or expected from this operation.

Dependencies

  • Requires an API key credential for authentication with the external Pax8 Partner API.
  • The node makes HTTP requests to the base URL https://api.pax8.com/v1.
  • Proper configuration of the API credential within n8n is necessary to authorize requests.

Troubleshooting

  • Missing or invalid Product Id: Ensure the Product Id is provided and correctly formatted; otherwise, the API call will fail.
  • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
  • Company-specific pricing not returned: If using the optional Company Id parameter, confirm it is valid and associated with the product.
  • Network or API errors: Check network connectivity and API service status if requests time out or return server errors.

Links and References

Discussion