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 related to products, including deleting multiple product pricing entries. It is useful for automating product pricing management tasks such as bulk deletion of pricing data by specifying unique identifiers. For example, a user can delete multiple product prices in one API call by providing a list of IDs.

Use Case Examples

  1. Deleting multiple product pricing entries by providing a JSON array of unique IDs in the 'Id' field under 'Additional Body Fields'.
  2. Automating product pricing updates and cleanups in an e-commerce or billing system integrated with Billing Booth One API.

Properties

Name Meaning
Additional Body Fields Collection of additional fields to include in the request body, specifically the 'Id' field which is a JSON array of unique identifiers for the product pricing entries to delete.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to delete the specified product pricing entries. This includes success or error details.

Dependencies

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

Troubleshooting

  • Common issues include providing an invalid or empty list of IDs, which may result in API errors or no action taken.
  • Errors related to missing or invalid API credentials will prevent the node from authenticating with the Billing Booth One API.
  • If the 'Id' field JSON is malformed, the node will fail to parse it and throw an error.
  • Network or API endpoint issues can cause request failures; ensure the base URL is correct and accessible.

Links

Discussion