pixiGetItemsOnStockBin

Procedure returns summarized stock on bins

Since pixi version: LOU Official (6.3.0.4452) Additional notes:


Request

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

Request body

Name Type Required Description
LocID string false

[Optional] pixi* location id. (Default: empty)

Type: varchar(3)

Default value: NULL

Example: 001

Available from: LOU Official (6.3.0.4452)

BinName string true

[Mandatory] Name of the bin.

Type: varchar(50)

Default value:

Example: abc

Available from: LOU Official (6.3.0.4452)

BinGroup string false

[Optional] Search by Bin Group

Type: varchar(20)

Default value: NULL

Example: abc123

Available from: 24.10 (24.10.0.52259)

GroupItems boolean false

[Optional] When set to 1, procedure returns summarized "StockLevel" for items with multiple update dates.

Type: bit

Default value: 0

Example: 0 or 1

Available from: LOU Official (6.3.0.4452)


Response

1. Result set

Name Type Description
EANUPC string

EANUPC

Type: Varchar

Available from: 25.06 (25.6.0.58802)

BinName string

Bin name.

Type: varchar

Available from: 25.06 (25.6.0.58802)

ItemKey integer

ItemKey

Type: Int

Available from: 25.06 (25.6.0.58802)

BinGroup string

Group the bin belongs to.

Type: varchar

Available from: 25.06 (25.6.0.58802)

ItemName string

Item Name

Type: Varchar

Available from: 25.06 (25.6.0.58802)

ItemNRInt string

ItemNRInt

Type: Varchar

Available from: 25.06 (25.6.0.58802)

StockLevel integer

StockLevel

Type: Int

Available from: 25.06 (25.6.0.58802)

UpdateDate string

UpdateDate

Type: DateTime

Available from: 25.06 (25.6.0.58802)

BatchNumber string

Batch number of the item.

Type: varchar

Available from: 25.06 (25.6.0.58802)

ItemNrSuppl string

ItemNrSuppl

Type: Varchar

Available from: 25.06 (25.6.0.58802)

BestBeforeDate string

Best before date of the item.

Type: datetime

Available from: 25.06 (25.6.0.58802)

InternalItemNumber string

Internal Item Number

Type: Varchar

Available from: 25.06 (25.6.0.58802)