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. Specifically, for the 'Products' resource and the 'Delete Multiple Products' operation, it allows users to delete multiple products by providing a list of unique product identifiers. This is useful in scenarios where bulk deletion of products is needed, such as cleaning up outdated or discontinued product entries in a billing system.

Use Case Examples

  1. Deleting multiple products by specifying their IDs in a JSON array.
  2. Automating product management workflows by integrating bulk delete operations into larger automation processes.

Properties

Name Meaning
Additional Body Fields Allows specifying additional fields in the request body, including a JSON array of product IDs to delete.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to delete the specified products. This typically includes success or error information for the operation.

Dependencies

  • Requires an API key credential for the Billing Booth One API, including a base URL and access token for authentication.

Troubleshooting

  • Ensure the 'id' field contains a valid JSON array of product IDs; invalid JSON will cause errors.
  • If the API base URL or access token is incorrect or missing, authentication errors will occur.
  • If the node throws 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Products' and 'Delete Multiple Products'.
  • Check that the API user has sufficient permissions to delete products in the Billing Booth One system.

Links

Discussion