Click or drag to resize

IUCServiceReplEcommInventoryStatus Method

Replicate Inventory Status

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
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 Central Main Table data: 99001608 - LSC Inventory Lookup Table LS Central WS4 : GetInventoryStatus

Net Inventory field in Inventory Lookup Table must 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. Set store to be Web Store. Run Scheduler job with CodeUnit 10012871 - WI Update Inventory which will update the Net Inventory field.

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.

NOTE: LastKey from each ReplEcommXX call needs to be stored between all calls to Commerce Service for LS Central.

See Also