Click or drag to resize

IUCServiceReplEcommCountryCode Method

Replicate all Country Codes

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2025.10
Syntax
C#
ReplCountryCodeResponse ReplEcommCountryCode(
	ReplRequest replRequest
)

Parameters

replRequest
Type: LSRetail.Omni.Domain.DataModel.Loyalty.ReplicationReplRequest
Replication request object

Return Value

Type: ReplCountryCodeResponse
Replication 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