Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Product Search

You can use the Search option in the header to quickly find products available in the catalog. The search feature helps you locate products by name or keyword, making it easier to add the desired items to your cart. You can search using type-ahead suggestions or by entering complete keywords.

Type-Ahead Search

When you click the Search icon and begin typing a few characters of the product name, the system automatically displays matching products in a list of suggestions.


Note:

The Search products using typeahead API is used to get the list of products based on the type-ahead search result, with the query parameter.

For example: https://<URL_of_the_Instance> /api/catalog/v1/products?limit={pageLimit}&query=Home Appliance

Keyword Search

After clicking the Search icon, you can enter one or more complete keywords (including spaces, if any) and press Enter. The system then displays a list of products that match the entered keywords.


Note:

The List products by price list API is used to get the list of products based on the search result, with the query parameter.

For example: https://<URL_of_the_Instance> /api/catalog/v1/products?query=Home Appliance&page={pageNumber}&limit={pageLimit}

Add Products to Cart

You can select a product from the search results and add it to the cart using the Add to Cart option. If the product is configurable, select the required options or attributes before adding the configured product to the cart.