IUCServiceOrderCancelEx Method |
Cancel Customer Order with lineNo and quantity to cancel items from individual lines
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.4
Syntaxbool OrderCancelEx(
string orderId,
string storeId,
string userId,
List<OrderCancelLine> lines
)
Parameters
- orderId
- Type: SystemString
Customer Order Id - storeId
- Type: SystemString
Web Store Id - userId
- Type: SystemString
User who cancels the order, use Contact ID for logged in user - lines
- Type: System.Collections.GenericListOrderCancelLine
List of Order Lines to cancel from, if empty whole order will be canceled
Return Value
Type:
Boolean
Remarks
LS Central WS2 : CustomerOrderCancel
See Also