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 all products that have scheduled pricing changes. It supports filtering and pagination options, allowing users to specify limits, offsets, date ranges, and product IDs to tailor the results. This node is useful for businesses that need to monitor upcoming or historical pricing changes for their products, enabling better pricing strategy and inventory management.

Use Case Examples

  1. A retail company wants to fetch all products with upcoming price changes within the next month to prepare marketing campaigns.
  2. An e-commerce platform needs to retrieve a paginated list of products with scheduled pricing changes to update their website dynamically.

Properties

Name Meaning
Limit Maximum number of entries to return.
Offset Starting offset for the list of entries.
Upcoming Filter results to only include upcoming pricing changes.
Product Ids Filter results by specific product IDs.
From Start date to filter pricing changes from.
To End date to filter pricing changes to.
Sort Sort order of results, supporting multiple comma-separated values such as product_name or -product_name.

Output

JSON

  • data - The main data object containing the list of products with their scheduled pricing changes.

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