FreeWebStore icon

FreeWebStore

Interact with FreeWebStore API

Actions13

Overview

This node interacts with the FreeWebStore API to perform operations on products, such as retrieving a single product by its ID. It is useful for workflows that need to fetch detailed product information from a FreeWebStore account, for example, to display product details, synchronize product data, or trigger actions based on product attributes.

Use Case Examples

  1. Retrieve a product's details by its ID to update inventory in another system.
  2. Fetch product information to display on a custom dashboard or report.

Properties

Name Meaning
Product ID The ID of the product to retrieve, required for the Get operation on the Product resource.

Output

JSON

  • id - The unique identifier of the product.
  • name - The name of the product.
  • sku - The stock keeping unit identifier for the product.
  • stock - The current stock quantity of the product.
  • pricing
    • baseprice - The base price of the product.
  • categoryId - The category ID the product belongs to.
  • description - Description of the product.

Dependencies

  • Requires an API key credential for FreeWebStore API authentication.

Troubleshooting

  • Ensure the provided Product ID is valid and exists in the FreeWebStore account to avoid 404 errors.
  • Check that the API key credential is correctly configured and has the necessary permissions to access product data.
  • Handle API rate limits or network issues that may cause request failures.
  • If the node throws errors related to JSON parsing, verify that the input parameters are correctly formatted.

Links

Discussion