IUCServiceOneListItemModify Method |
Add or remove Item in OneList without sending whole list
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.4
SyntaxOneList OneListItemModify(
string oneListId,
OneListItem item,
string cardId,
bool remove,
bool calculate
)
Parameters
- oneListId
- Type: SystemString
OneList Id - item
- Type: LSRetail.Omni.Domain.DataModel.Loyalty.BasketsOneListItem
OneList Item to add or remove - cardId
- Type: SystemString
Card Id of the person making the changes - remove
- Type: SystemBoolean
true if remove item, else false - calculate
- Type: SystemBoolean
Recalculate OneList
Return Value
Type:
OneListUpdated OneList
See Also