pixi Developer & Integration Documentation

pixiDispoGetItems

Warning: API call is no longer maintained!

Description

Exports various item information (name, default supplier, current stock, price, supplier price, ..)


Request Parameters

#

Name

Type

Required

Example

Description

1

ItemKeyStart

integer

0

1234

Item ID (ItemKey) to start with

2

LocationIds

string

0

001,002

Comma separated list of Locations

3

ItemCount

integer

0

200

Amount of returned items. The limitation is set on the item level. So in case of 2 locations, the reslut lines will double


Request body

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
   <soapenv:Header/>
   <soapenv:Body>
      <dem:pixiDispoGetItems>
         <dem:ItemKeyStart>1234</dem:ItemKeyStart>
         <dem:LocationIds>001,002</dem:LocationIds>
         <dem:ItemCount>200</dem:ItemCount>
      </dem:pixiDispoGetItems>
   </soapenv:Body>
</soapenv:Envelope>


Response


Body 1: List of items

#

Name

Type

Description

1

ItemKey

integer

pixi item ID

2

SupplPrice

string

Supplier price of the item

3

ITemName

string

Item name

4

VPE

string

Package unit

5

MinStockQty

integer

Minimum stock quantity for the item

6

MinOrderQty

integer

Minimum order quantity for the item

7

SupplNr

string

Supplier number (code)

8

TontrText

string

Name of the category

9

ItemNrInt

string

Shop item number

10

ItemNrSuppl

string

Supplier item number

11

Quantity

integer

Summarized item quantity (excluding special stock locations)

12

ExportDate

string

Date of API execution

13

Typ

string

"0100" maintainig backvards compatibility for some applications

14

SupplName

string

Supplier name

15

CreateDate

string

Create date

16

OrderDate

string

Date when item first appeard on a customer order

17

Tags

string

Tags assosiated with an item

18

SupplierDeliveryDays

integer

Supplier default delivery days

19

ACTIVE

boolean

Item enabled/active flag

20

Price

string

Item price

21

VATLevel

string

VAT level (L - Low, H - High, 0 -Zero)

22

IsBundle

boolean

Item is bunde flag

23

LocationId

string

Location ID

24

LocationQuantity

integer

Location quantity

25

TargetStock

integer

Item target stock quantity

26

SafetyStock

integer

Item safety stock quantity


Additional Notes