deleteItemFromCartByCartId

fun deleteItemFromCartByCartId(    callback: DeleteItemFromCartByIdCallback,     cartId: String,     itemSku: String)

Removes the item from the cart with the specified ID.

See also

Parameters

cartId

Cart ID.

itemSku

Desired item SKU.

callback

Status callback.

Sources

Link copied to clipboard