deleteItemFromCurrentCart

fun deleteItemFromCurrentCart(callback: DeleteItemFromCurrentCartCallback, itemSku: String)

Removes the item from the current user cart.

See also

Parameters

itemSku

Desired item SKU.

callback

Status callback.

Sources

Link copied to clipboard