pixiGetItemSuppliers

API Call to get item-supplier rows for a specific item, or all item-supplier rows for a specific supplier.

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


Request

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

Request body

Name Type Required Description
EAN string false

EANUPC to Load Item

Type: varchar(13)

Default value:

Example:

Available from: LOU Official (6.3.0.4452)

ItemKey integer false

ItemKey to Load Item

Type: int

Default value:

Example:

Available from: LOU Official (6.3.0.4452)

SupplNr string false

Filter by supplier number. Returns all items for this supplier.

Type: varchar(4)

Default value:

Example:

Available from: (26.6.0.11854)

ItemNrInt string false

ItemNrInt to Load Item

Type: varchar(50)

Default value:

Example:

Available from: LOU Official (6.3.0.4452)

ItemNrSuppl string false

ItemNrSuppl to Load Item

Type: varchar(50)

Default value:

Example:

Available from: LOU Official (6.3.0.4452)

OnlyActiveSuppliers boolean false

Show only active suppliers. Default is 0 (off)

Type: bit

Default value:

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

1. List of Item suppliers.

Name Type Description
EANUPC string

Item barcode

Type: varchar

Available from: / (26.6.0.11854)

OnlyPU boolean

Only package unit

Type: BIT

Available from: / (26.6.0.11854)

ItemKey integer

pixi* item ID

Type: int

Available from: / (26.6.0.11854)

SupplNr string

Supplier number code

Type: varchar

Available from: / (26.6.0.11854)

ItemNrInt string

Shop item number

Type: varchar

Available from: / (26.6.0.11854)

SupplPrice number

Supplier price for the item

Type: money

Available from: / (26.6.0.11854)

ItemNrSuppl string

Supplier item number

Type: varchar

Available from: / (26.6.0.11854)

MinOrderQty integer

Min order quantity

Type: INT

Available from: / (26.6.0.11854)

DeliveryTime integer

Delivery Time

Type: INT

Available from: / (26.6.0.11854)

ItemDeliveryTime integer

Item Delivery Time

Type: INT

Available from: / (26.6.0.11854)

SupplierDisabled boolean

Flag if supplier is disabled

Type: bit

Available from: / (26.6.0.11854)

2. Error response

Name Type Description
Error string

Error status

Type: varchar

Available from: / (26.6.0.11854)

ErrorMsg string

Error description

Type: varchar

Available from: / (26.6.0.11854)