createOrderFromCartById

fun createOrderFromCartById(    callback: CreateOrderCallback,     cartId: String,     options: PaymentOptions? = PaymentOptions(),     externalTransactionToken: String? = null)

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.

Sources

Link copied to clipboard