PickRowInfo

A representation of an row for a picklist. Warehouse location is build on the following format: [Aisle][Bay][Shelve][Bin].

NameDescriptionTypeAdditional information
QtyNeeded

Quantity that need to be retrieved from this warehouse location

decimal number

None.

QtyPicked

Quantity that was picked from this warehouse location

decimal number

None.

WarehouseLocationId

The if of the location in the warehouse

integer

None.

Location

Name of the location

string

None.

LocationAisle

Aisle in warehouse

string

None.

LocationBay

Bay in Aisle

string

None.

LocationShelf

Shelf in Bay

string

None.

LocationBin

Bin on the shelve

string

None.

ProductCode

Product code or SKU

string

None.

ProductName

Name of the product

string

None.

OrderCode

OrderCode is used for a clustered Picklist

string

None.

OrderShipmentId

Id of the order shipment

integer

None.

OrderId

Id of the order for which the ordershipment was created

integer

None.

OrderRowId

Id of the orderrow for which items need to be retrieved

integer

None.