FreeWebStore icon

FreeWebStore

Interact with FreeWebStore API

Actions13

Overview

This node interacts with the FreeWebStore API to manage products. Specifically, the 'Delete' operation for the 'Product' resource allows users to delete a product by its ID. This is useful in scenarios where products need to be removed from the store, such as discontinuing items or cleaning up the product catalog.

Use Case Examples

  1. Deleting a product by providing its unique product ID to remove it from the store inventory.
  2. Automating product removal workflows in an e-commerce system integrated with FreeWebStore.

Properties

Name Meaning
Product ID The unique identifier of the product to be deleted. This is a required string input used to specify which product to delete.

Output

JSON

  • ``
    • id - The ID of the deleted product (if returned by the API).
    • message - Any message returned by the API regarding the deletion status.

Dependencies

  • Requires an API key credential for FreeWebStore API authentication.

Troubleshooting

  • Common issues include providing an invalid or non-existent product ID, which may result in an error from the API indicating the product was not found.
  • API key authentication errors if the provided API key is invalid or missing.
  • Network or connectivity issues when attempting to reach the FreeWebStore API endpoint.

Links

Discussion