pixiGetPhysicalItemStock

Deprecated

This function returns the physical stock (i.e., how many items is physically in stock) for the given item and given location.

Use pixiGetItemStock instead!

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

Use either of the parameters to identify the required Item. If the item cannot be found, the function returns NULL. If several different parameters are used to identify the item and they indicate different valid items, result of the function is undefined (but corresponds to the stock of one of these items).


Request

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

Request body

Name Type Required Description
EAN string false

[optional] Filter by EAN. The default value is NULL.

Type: varchar (13)

Default value:

Example:

Available from: LOU Official (6.3.0.4452)

ItemKey integer false

[optional] Filter by item key. The default value is NULL.

Type: int

Default value:

Example:

Available from: LOU Official (6.3.0.4452)

ItemNrInt string false

[optional] Filter by ItemNrInt. The default value is NULL.

Type: varchar (50)

Default value:

Example:

Available from: LOU Official (6.3.0.4452)

LocationId string false

[optional] Location ID for the location you inquire the stock for. If the value does not indicate a valid location, the function returns NULL. The default value is NULL.

Type: char

Default value:

Example:

Available from: LOU Official (6.3.0.4452)

ItemNrSuppl string false

[optional] Filter by ItemNrSuppl. The default value is NULL.

Type: varchar (50)

Default value:

Example:

Available from: LOU Official (6.3.0.4452)


Response

Name Type Description
return integer

Function returns an integer value of the physical stock for the given item and location, or NULL, if the item or location are not specified correctly

Type: int

Available from: LOU Official (6.3.0.4452)