createOrderByItemSku    
  fun createOrderByItemSku(    callback: CreateOrderCallback,     itemSku: String,     options: PaymentOptions? = PaymentOptions(),     quantity: Long = 1,     externalTransactionToken: String? = null)
Content copied to clipboard
Create an order with a specified item
See also
Parameters
itemSku 
Desired item SKU.
options
Payment options.
quantity
Item quantity.
callback
Status callback.
externalTransactionToken  
An optional external transaction token to associate with the order.