IUCServiceOrderCancel Method |
Cancel Customer Order with lineNo option to cancel individual lines
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.6
Syntax bool OrderCancel(
string orderId,
string storeId,
string userId,
List<int> lineNo
)
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 - lineNo
- Type: System.Collections.GenericListInt32
list of Order Line numbers to cancel, if empty whole order will be canceled
Return Value
Type:
BooleanRemarks
LS Central WS2 : CustomerOrderCancel
See Also