CheckoutCreateOrder
CheckoutCreateOrder class is the extension point which will be invoked by the connect Checkout Place Order API when converting the cart to an order.
Returns the order activation status, which will be used when the cart is converted to order. If Draft status is returned, the order summary will not be created. Any changes made in the CartDto in this method is ignored.
Param | Description |
---|---|
request | The CreateOrderRequest to act on |
Type
String
Description
the order activation status which should be already defined in the OrderStatus pick list.