pixiGetEanByItemNr

Deprecated

Being given an ItemNrInt code, the function returns item's EAN code. 

Use pixiGetItemInfo instead!

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


Request

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

Request body

Name Type Required Description
ItemNrInt string true

[mandatory] The itemNr code of the item to return EAN.

Type: varchar (50)

Default value:

Example:

Available from: LOU Official (6.3.0.4452)


Response

Name Type Description
return string

The function's return value is the EAN code

Type: varchar

Available from: LOU Official (6.3.0.4452)