updateItemFromCurrentCart

fun updateItemFromCurrentCart(    callback: UpdateItemFromCurrentCartCallback,     itemSku: String,     quantity: Long)

Updates the quantity of a previously added item in the current user cart. If there is no item with the specified SKU in the cart, it will be added.

See also

Parameters

itemSku

Desired item SKU.

quantity

Number of items in the cart.

callback

Status callback.

Sources

Link copied to clipboard