Welcome to Zuora Product Documentation

Explore our rich library of product information

Configure Product Search Plugin

Learn how to configure and enable a custom Apex-based product search plugin in Salesforce.

Ensure that you have access to deploy Apex classes in your Salesforce org.

  1. Create an Apex class that implements zqu.ProductSearchPlugin.IProductSearchPlugin.
  2. Add logic in the getSearchConfig() method to return the required sort behavior.
  3. Deploy the Apex class to your Salesforce org.
  4. Navigate to Zuora Config > Quote Studio Settings > Plugins.
  5. Enable the Product Search Plugin toggle and add the class name of your custom plugin.
  6. Click Save.

    To disable the plugin without removing the configuration, uncheck Product_Search_Plugin_Enabled__c. Search behavior immediately falls back to the default behavior. No redeployment is required.