Welcome to Zuora Product Documentation

Explore our rich library of product information

Validate Smart Preview API call skips

Use the Preview Summaries response in Quote Studio to verify whether Smart Preview skipped the Orders Preview API call.

Open a quote in Quote Studio and make a change that triggers preview.

  1. Open Quote Studio.
  2. Trigger a preview.
  3. Open the browser's Developer Tools.
  4. Go to the Network tab.
  5. Locate the Preview Summaries response.
  6. Inspect the response payload.

    If the preview call was skipped, the response shows:

    • skippedApiCall = true

    • zuoraRequestId = null

    This result confirms that no new Orders Preview API call was made to Zuora Billing and that the previously calculated preview results were reused.