Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Hierarchy

Index

Constructors

Methods

  • Get the user's current order.

    Returns order-model

     const response = await checkout.getCurrentOrder()
    
  • Get the tokenized order from the client.

    Parameters

    • orderToken: string

    Returns Promise<ResponseSdk<order-model>>

     const response = await checkout.getOrderTokenized("1b753a67-ed2c-4cdb-9f8e")
    

Generated using TypeDoc