createOrderByItemSku

fun createOrderByItemSku(    callback: CreateOrderCallback,     itemSku: String,     options: PaymentOptions? = PaymentOptions(),     quantity: Long = 1,     externalTransactionToken: String? = null)

Create an order with a specified item

See also

Parameters

itemSku

Desired item SKU.

options

Payment options.

quantity

Шtem quantity.

callback

Status callback.

Sources

Link copied to clipboard