IUCServiceReplEcommCountryCode Method |
Replicate all Country Codes
Namespace: LSOmni.ServiceAssembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
SyntaxReplCountryCodeResponse ReplEcommCountryCode(
ReplRequest replRequest
)
Parameters
- replRequest ReplRequest
- Replication request object
Return Value
ReplCountryCodeResponseReplication result object with List of Country codes
Remarks
LS Central Main Table data: 9 Country/Region
LS Central WS4: GetCountryCode
Most ReplEcommXX web methods work the same way.
This function always performs full replication
The BatchSize is how many records are to be returned in each batch. Delta replication uses PreActions in LS Central, IsDeleted field will true if Delete PreAction is found.
See Also