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 retrieve product data. Specifically, the 'Get All Products' operation fetches a list of products with various filtering and sorting options. It is useful for workflows that need to access product information such as inventory management, reporting, or integration with other systems.

Use Case Examples

  1. Retrieve a limited number of products for display in a dashboard.
  2. Fetch products filtered by category or supplier for targeted marketing campaigns.
  3. Search products by name or reference to synchronize with another database.

Properties

Name Meaning
Limit Maximum number of product entries to return.
Offset Starting offset for the list of products, useful for pagination.
Category Id Filter products by their category ID.
Supplier Id Filter products by their supplier ID.
Type Filter products by type, either 'single' or 'recurring'.
Search Search products by name or reference.
Sort Sort order of the results, supporting multiple comma-separated values such as 'name' or '-name'.

Output

JSON

  • data - The JSON response containing the list of products and their details as returned by the Billing Booth One API.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or unsupported query parameters may cause the API to return errors or empty results.
  • If the binary property name is specified but the binary data is missing, an error will be thrown.

Discussion