FreeWebStore icon

FreeWebStore

Interact with FreeWebStore API

Actions13

Overview

This node interacts with the FreeWebStore API to manage customers, products, categories, and orders. Specifically, for the Customer resource with the Delete operation, it deletes a customer by their ID. This is useful in scenarios where you need to programmatically remove customer records from your FreeWebStore account, such as cleaning up inactive or duplicate customers.

Use Case Examples

  1. Deleting a customer by providing their unique Customer ID to remove them from the store database.
  2. Automating customer management workflows by integrating this node into an n8n workflow to delete customers based on certain triggers or conditions.

Properties

Name Meaning
Customer ID The unique identifier of the customer to be deleted. This is a required field for the delete operation on the Customer resource.

Output

JSON

  • id - The ID of the deleted customer, confirming which customer was removed.
  • message - A message from the API indicating the result of the delete operation, such as success confirmation.

Dependencies

  • Requires an API key credential for FreeWebStore API authentication, passed as 'x-api-key' in request headers.

Troubleshooting

  • Common issues include providing an invalid or non-existent Customer ID, which may result in an error from the API indicating the customer could not be found.
  • API key authentication errors if the provided API key is invalid or missing, resulting in authorization failures.
  • Network or connectivity issues when making HTTP requests to the FreeWebStore API endpoint.

Links

Discussion