fillCartByIdWithItems
fun fillCartByIdWithItems( callback: FillSpecificCartWithItemsCallback, cartId: String, items: List<FillCartItem>)
Content copied to clipboard
Fills the current user cart with items. If there is already an item with the same SKU in the cart, the existing item position will be replaced by the passed value.
See also
Parameters
cartId
Cart ID.
items
Item list for filling the cart. If there is already an item with the same SKU in the cart, the existing item position will be replaced by the passed value.
callback
Status callback.