IBOServiceLSRecommendSetting Method |
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.10
Syntaxbool LSRecommendSetting(
string lsKey,
string batchNo,
string modelReaderURL,
string authenticationURL,
string clientId,
string clientSecret,
string userName,
string password,
int numberOfDownloadedItems,
int numberOfDisplayedItems,
bool filterByInventory,
decimal minInvStock
)
Parameters
- lsKey
- Type: SystemString
- batchNo
- Type: SystemString
- modelReaderURL
- Type: SystemString
- authenticationURL
- Type: SystemString
- clientId
- Type: SystemString
- clientSecret
- Type: SystemString
- userName
- Type: SystemString
- password
- Type: SystemString
- numberOfDownloadedItems
- Type: SystemInt32
- numberOfDisplayedItems
- Type: SystemInt32
- filterByInventory
- Type: SystemBoolean
- minInvStock
- Type: SystemDecimal
Return Value
Type:
Boolean
See Also