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.

Add Product(s) to the cart

You can add a product or multiple products to your cart for purchase by following any of the following paths. Before adding the product to the cart, you can also specify the quantity in the Quantity field.

  • Click Add to Cart for the particular product.


  • Every product card in the catalog has a checkbox beside it. Selecting the checkbox opens a drawer with a list of selected products. You can also use the Select All option to select all products displayed on the catalog page (based on the pagination selected per page) or remove some products and then add the rest of the products to the cart. From the Selection action, select Add to Cart and click Confirm to add the selected products to the cart.
    Note:

    Although there is no limit to the number of products that can be added to the cart at once, it is recommended that you add up to 50 items to avoid operations failing or taking too long to finish.



Note:

The following API is used to add the product to the cart. For more information, click here.

GET https://<URL_of_the_Instance>/api/carts/v1/carts/{cartId}/items

If the price process of the cart has timed out after configuring the product from the product details page, the system will try pricing again for the number of times you specified whenconfiguring the template. If the pricing process is still pending, you will see an error message with three options:



  • Retry: The system will retry the pricing for the number of times you specify while configuring the template.
  • Clone: The system will clone the cart, mark the new cart as active, and then run the price when any action is taken on the new active cart.
  • Abandon: The current cart will be deactivated and a new cart will be created by the system.