Click or drag to resize

IeCommerceServiceOneListDeleteById Method

Delete Basket or Wish List By OneList Id

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
bool OneListDeleteById(
	string oneListId,
	ListType listType
)

Parameters

oneListId
Type: SystemString
listType
Type: LSRetail.Omni.Domain.DataModel.Loyalty.BasketsListType
0=Basket,1=Wish

Return Value

Type: Boolean
See Also