Get the user's current order.
const response = await checkout.getCurrentOrder()
Get the tokenized order from the client.
const response = await checkout.getOrderTokenized("1b753a67-ed2c-4cdb-9f8e")
Generated using TypeDoc
Will allow us to handle the following methods like getting the current order stored in memory and getting a tokenized order The current order and the tokenized order through the model order response can use the payment methods, payment address, apply coupon to the order, remove coupon among other methods.