Get bin information including the number of items in specific bin

Since pixi version: LOU Official - Update 46 (6.9.46.27927) Additional notes:


Request

POST https://apigateway.descartes.com/tms/pixi/pixiGetStockBins

Request body

Name Type Required Description
LocID string false

Location Id

Type: varchar(3)

Default value: NULL

Example: abcdefg

Available from: LOU Official - Update 46 (6.9.46.27927)

Start integer false

Starting row position

Type: int

Default value: 0

Example: 0

Available from: LOU Official - Update 46 (6.9.46.27927)

BinGroup string false

Search by Bin Group

Type: varchar(20)

Default value: NULL

Example: abc123

Available from: 24.10 (24.10.0.52259)

RowCount integer false

Number of returned rows

Type: int

Default value: 0

Example: 100

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

1. Bin information

Name Type Description
RowNr string

Row number

Type: bigint

Available from: 25.06 (25.6.0.58802)

BinKey integer

Bin ID

Type: int

Available from: 25.06 (25.6.0.58802)

BinName string

Bin name

Type: varchar

Available from: 25.06 (25.6.0.58802)

BinGroup string

Bin group

Type: varchar

Available from: 25.06 (25.6.0.58802)

BinLocID string

LocationID of bin

Type: varchar

Available from: 25.06 (25.6.0.58802)

BinSortNum integer

Internal Sorting Number for this bin. This reflects how this bin is taken on Picklists

Type: int

Available from: 25.06 (25.6.0.58802)

NrOfItemOnBin integer

Total items on bin

Type: int

Available from: 25.06 (25.6.0.58802)