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.

Working with Order APIs

This use case describes how to work with the orders created for a customer before delivering the goods or services.

Sales and customer representatives can use Order APIs in the following scenarios.

Scenario

API

To view the list of already created orders

GET/orders

To view a specific order

GET/orders/{orderId}

To update an order

PATCH/orders/{orderId}

To confirm an order

POST/orders/{orderId}/confirm

To cancel an order

POST/orders/{orderId}/cancel