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.

ScenarioAPI
To view the list of already created ordersGET/orders
To view a specific orderGET/orders/{orderId}
To update an orderPATCH/orders/{orderId}
To confirm an orderPOST/orders/{orderId}/confirm
To cancel an orderPOST/orders/{orderId}/cancel

This section describes the following use case: