Orders
List
Return a list of orders. (Does not include cart-status orders.)
Create
Create a new order. Customer clients should use /current-order instead.
Retrieve
Retrieve a single (non-cart) Order object by ID.
Cancel
Cancel an order.
Checkout
Do some validation on the current order, and return a redirect URL to the legacy checkout page.
Current Order
Return the current cart-status order for the current user. 'Current Order' and 'Cart' are used interchangeably in some places.