pixiCanConvertBundle

The API call validate if item/bundle can be convert to bundle/item.

Since pixi version: 22.08 (22.8.0.29958) Additional notes: Using parameter @ItemKey, @ItemNrInt or @EAN we identify item if it is an item or a bundle.

    We return the validated item/bundle in the field **CanConvert**: 
    - 0 => can not be converted from normal item to bundle or vice versa
    - 1 => can be converted from normal item to bundle or vice versa
    
    - If no item is found empty result set is returned
    - Identifying an item is uniquely defined with parameters by priority ItemKey, ItemNrInt, EAN.

Request

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

Request body

Name Type Required Description
EAN string false

Barcode

Type: varchar(13)

Default value: NULL

Example: abcdefg

Available from: 22.08 (22.8.0.29958)

ItemKey integer false

Item ID

Type: int

Default value: NULL

Example: 123

Available from: 22.08 (22.8.0.29958)

ItemNrInt string false

Shop item number

Type: varchar(50)

Default value: NULL

Example: abcdefg

Available from: 22.08 (22.8.0.29958)


Response

1. Return values

Name Type Description
EAN string

Item barcode

Type: varchar

Available from: 25.06 (25.6.0.58802)

ItemKey integer

pixi item ID

Type: int

Available from: 25.06 (25.6.0.58802)

IsBundle boolean

Indicator if item is a bundle item

Type: bit

Available from: 25.06 (25.6.0.58802)

ItemNrInt string

Shop item number

Type: varchar

Available from: 25.06 (25.6.0.58802)

CanConvert boolean

Indicator if item/bundle can be convert to bundle/item

Type: bit

Available from: 25.06 (25.6.0.58802)