Deprecated

Gets item active / inactive status

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


Request

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

Request body

Name Type Required Description
ItemKey integer false

Item Id

Type: int

Default value: NULL

Example: 123

Available from: LOU Official (6.3.0.4452)

ItemNrInt string false

Item Number (internal)

Type: varchar(50)

Default value: NULL

Example: abc

Available from: LOU Official (6.3.0.4452)


Response

1. Result set

Name Type Description
Enabled boolean

item enabled/active status

Type: bit

Available from: 25.06 (25.6.0.58802)

ItemKey integer

item Id

Type: int

Available from: 25.06 (25.6.0.58802)

ItemNrInt string

internal item number to identify the item (ItemNrInt = ID used to match to the shops items)

Type: varchar

Available from: 25.06 (25.6.0.58802)