Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the information needed by the shipment wizard to identify orders to be included in the shipment.
Syntax
server public static container getWizardOrderInformation(WMSOrderId _wmsOrderId, InventQty _requestedQty)
Run On
Server
Parameters
- _wmsOrderId
Type: WMSOrderId Extended Data Type
The WMSOrderId of the order.
- _requestedQty
Type: InventQty Extended Data Type
Quantity identified as needed earlier
Return Value
Type: container
A container with the InventDimId and a quantity.
Remarks
The inventDimId in the returned container is of the item dimensions of the WMS order. The quantity is the difference between the already reserved quantity and the quantity registered.