Configure Price Quote (CPQ) CPQ for REST API Developers Conga CPQ on Conga Platform Use Cases Current: Working with Order APIs PDF Download PDF Download page Working with Order APIs. Current page Include child pages All pages 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.ScenarioAPITo view the list of already created ordersGET/ordersTo view a specific orderGET/orders/{orderId}To update an orderPATCH/orders/{orderId}To confirm an orderPOST/orders/{orderId}/confirmTo cancel an orderPOST/orders/{orderId}/cancelThis section describes the following use case: Updating Order Details ×