📄️ Create an order
Create a new order in Corso systems, to represent a purchase by a customer of the merchant. An order should be created regardless of whether or not it is protected by Green Shipping Protection, to allow Corso staff to assist customers in knowing whether their order is protected.
📄️ Get an order
Retrieve the current representation of an order from Corso systems
📄️ Update an order
Update an order. This endpoint accepts a body that contains ANY combination of the following fields. The Corso Commerce API does not accept PUT nor PATCH requests. If you wish to add or remove a line item, this must be performed with the line item endpoints.
📄️ Cancel an order
Cancel an order in Corso systems. The order can still be retrieved, but not updated or otherwise modified after cancelation.