Checking Out an Order
You can add products to the cart and create an order by clicking the Begin Checkout button on the cart page. The Checkout page appears.
After successfully verifying the Captcha, a request for an order will be sent out, and you will see a success confirmation popup after the order has been generated.
To see more information about the order, click PREVIEW ORDER. This opens the Order details page.
The following API is used for creating an order. For more information, click here.
POST https://<URL_of_the_Instance>/api/cart/v1/carts/{cartId}/order
The following API with the includes parameter is used for reviewing the created order (on the Review Your Order button). For more information, click here.
GET https://<URL_of_the_Instance>/api/order/v1/orders/{orderId}?includes=items
