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 billing resources. Specifically, for the 'Products' resource and 'Delete Product Pricing' operation, it deletes the pricing information of a specified product by its ID. This node is useful in scenarios where automated management of product pricing is needed, such as updating or cleaning up product data in billing systems.

Use Case Examples

  1. Deleting the pricing of a product by providing its product ID to keep the billing data up to date.
  2. Automating product pricing removal as part of a larger workflow for product lifecycle management.

Properties

Name Meaning
Id The unique identifier of the product whose pricing is to be deleted. This is a required numeric input.

Output

JSON

  • data - The response data from the Billing Booth One API after deleting the product pricing, typically confirming the deletion or providing status information.

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 was not found or the ID is invalid.
  • API authentication errors if the provided API key credential is incorrect or expired.
  • Network or connectivity issues causing request failures.
  • Error messages from the node will typically include the API error message; ensure the product ID exists and the API credentials are valid to resolve these.

Links

Discussion