fillCurrentCartWithItems

fun fillCurrentCartWithItems(callback: FillCartWithItemsCallback, items: List<FillCartItem>)

Fills the cart with the specified ID 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

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.

Sources

Link copied to clipboard