Click or drag to resize

IeCommerceServiceReplEcommInventoryStatus Method

Replicate Inventory Status

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

Parameters

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

Return Value

Type: ReplInvStatusResponse
Replication result object with List of store tender types
Remarks
LS Nav/Central Main Table data: 99001608 - Inventory Lookup Table

Inventory Lookup Table has to be updated before the replication can be done. In Retail Product Group card, set up which products to check status for by click on Update POS Inventory Lookup button. Run Scheduler job with CodeUnit 10012871 - WI Update Inventory.

All ReplEcommXX web methods work the same. This function always performs full replication 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.

See Also