deleteItemFromCartByCartId
fun deleteItemFromCartByCartId( callback: DeleteItemFromCartByIdCallback, cartId: String, itemSku: String)
Content copied to clipboard
Removes the item from the cart with the specified ID.
See also
Parameters
cartId
Cart ID.
itemSku
Desired item SKU.
callback
Status callback.