Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node interacts with the Billing Booth One API to perform various operations on different resources, including deleting products. Specifically, for the 'Delete Product' operation under the 'Products' resource, it sends an authenticated HTTP request to delete a product by its ID. This node is useful for automating product management tasks such as removing obsolete or discontinued products from the Billing Booth One system.

Use Case Examples

  1. Deleting a product by specifying its ID to keep the product catalog up to date.
  2. Automating cleanup of products that are no longer available or needed in the billing system.

Properties

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

Output

JSON

  • data - The response data from the Billing Booth One API after attempting to delete the product. This typically contains confirmation or details about the deletion operation.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • Common issues include missing or invalid product ID, resulting in API errors indicating the product could not be found or deleted.
  • Authentication errors if the API key credential is missing or invalid, causing authorization failures.
  • Network or API endpoint errors if the base URL is incorrect or the Billing Booth One service is unavailable.

Links

Discussion