FreeWebStore icon

FreeWebStore

Interact with FreeWebStore API

Actions13

Overview

This node interacts with the FreeWebStore API to manage customer data, specifically supporting the update operation for customers. It allows users to update existing customer records by specifying the customer ID and providing the updated customer data as a JSON object. This is useful in scenarios where customer information needs to be modified or corrected, such as updating contact details or company information.

Use Case Examples

  1. Updating a customer's email and company name after receiving new information.
  2. Correcting a customer's surname or forename in the database.

Properties

Name Meaning
Customer ID The unique identifier of the customer to update, required to specify which customer record to modify.
Customer Data The customer data to update, provided as a JSON object containing fields like email, forename, surname, and company name.

Output

JSON

  • * - The JSON response from the FreeWebStore API representing the updated customer data or operation result.

Dependencies

  • Requires an API key credential for FreeWebStore API authentication.

Troubleshooting

  • Common issues include providing an invalid or missing customer ID, which will cause the API request to fail.
  • Malformed JSON in the Customer Data property can cause parsing errors; ensure the JSON is valid.
  • API key authentication errors if the provided API key is invalid or missing.
  • Network or API endpoint issues may cause request failures; verify connectivity and API status.

Links

Discussion