Click or drag to resize

IUCJsonOrderCheckAvailability Method

Check the quantity available of items in order for certain store, Use with LS Nav 11.0 and later

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
OrderAvailabilityResponse OrderCheckAvailability(
	OneList request,
	bool shippingOrder
)

Parameters

request
Type: LSRetail.Omni.Domain.DataModel.Loyalty.BasketsOneList
shippingOrder
Type: SystemBoolean
true if order is to be shipped, false if click and collect

Return Value

Type: OrderAvailabilityResponse
Remarks
LS Central WS2 : COQtyAvailabilityV2
See Also