Click or drag to resize

IeCommerceServiceReplEcommExtendedVariants Method

Replicate Item Extended Variants Setup (supports Item distribution)

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
ReplExtendedVariantValuesResponse ReplEcommExtendedVariants(
	ReplRequest replRequest
)

Parameters

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

Return Value

Type: ReplExtendedVariantValuesResponse
Replication result object with List of variants
Remarks
LS Nav/Central Main Table data: 10001413 - Extended Variant Values

All ReplEcommXX web methods work the same. Item distribution is based on StoreId, and pulls all record related to Item include for distirbution to that store. For full replication of all data, set FullReplication to true and lastkey and maxkey to 0. For delta (or updated data) replication, set FullReplication to false and LastKey to the last value returned from previous call. The BatchSize is how many records are to be returned in each batch.

NOTE: LastKey from each ReplEcommXX call needs to be stored between all calles to OMNI, both during full or delta replication. To reset replication and get all data again, set LastKey to 0 and perform a full replication.

See Also