createOrderFromCartById
fun createOrderFromCartById( callback: CreateOrderCallback, cartId: String, options: PaymentOptions? = PaymentOptions(), externalTransactionToken: String? = null)
Content copied to clipboard
Creates an order with items from the cart with the specified ID. Returns the payment token and order ID.
See also
Parameters
cartId
Cart ID.
options
Payment options.
callback
Status callback.