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.

Checking Out an Order

You can add products to the cart and create an order by clicking the Begin Checkout button on the cart page. The Checkout page appears.



  1. Go to the cart and add products.
  2. Click Begin Checkout.
    Checkout page appears with other sections.
  3. Enter or select the following details for the order on the Checkout page; however, some of the fields have default values.


    Field Name

    Description

    Billing Address Details

    Bill To

    Shows the Bill To location of the account associated with the primary contact. You can search and select another account to update this field.

    Primary Contact

    Search and select the Primary Contact associated with your account.

    Shipping address is the same as my billing address

    Check this checkbox if you want the Shipping Address to be the same as your Billing Address.

    Shipping Address Details

    Ship To

    Shows the Ship To location of the account associated with the primary contact. You can search and select another account to update this field.

  4. Click Begin Checkout. If the implementor has enabled the CAPTCHA functionality, follow the next step.
    Note:

    By default, CAPTCHA functionality is not enabled. The implementor must set the captchaSiteKey? parameter to the template (see the Configuring Templates topic) and add the captcha property (see the image below) with the Price Summary component while configuring the template. For more information on the Price Summary component, see SDK Reference > Components section > Price Summary component.



  5. Check the captcha checkbox labeled "I'm not a robot". Sometimes, you may need to solve a captcha puzzle after clicking the checkbox.




After successfully verifying the Captcha, a request for an order will be sent out, and you will see a success confirmation popup after the order has been generated.

To see more information about the order, click PREVIEW ORDER. This opens the Order details page.

Note:

The following API is used for creating an order. For more information, click here.

POST https://<URL_of_the_Instance>/api/cart/v1/carts/{cartId}/order

The following API with the includes parameter is used for reviewing the created order (on the Review Your Order button). For more information, click here.

GET https://<URL_of_the_Instance>/api/order/v1/orders/{orderId}?includes=items