Last updated

Validating Fetch API Calls

The results of posted requests can be queried through Fetch API, but results can also be seen within the Yellow Dog Inventory client after the client completes its scheduled maintenance. Yellow Dog Inventory's scheduled maintenance frequency depends on its environment configuration. Sandbox environments run a scheduled process that updates daily whereas Production environments run that maintenance every few minutes.

Yellow Dog Inventory Client Reports that can be used to validate posted requests after maintenance runs include:

  1. Sales by Item - will only return data after our transaction processing has completed
  2. Sales by Transaction - will only return data after our transaction processing has completed
  3. All Sales Captured - any transaction regardless of its processed state. So, if you want to POST transactions and then validate in Yellow Dog immediately, use this report. We use this report to display ALL transactions posted to our database regardless of whether they match a Yellow Dog item (we work with a lot of restaurants that have a set of menu items we need to report on that don’t exist in Yellow Dog)

Reports for Validating Results