pixi Developer & Integration Documentation

pixiShippingGetPicklistDetails

Description

API call to return Picklist details data.


Request Parameters

#

Name

Type

Required

Example

Description

1

PicklistKey

integer

0

123

Picklist Id

2

FilterLocation

string

0

001

Location Id

3

FilterBinGroup

string

0

abcdef

Bin Group Name

4

FilterBinName

string

0

abcdef

Bin Name


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:pixiShippingGetPicklistDetails>
         <dem:PicklistKey>123</dem:PicklistKey>
         <dem:FilterLocation>001</dem:FilterLocation>
         <dem:FilterBinGroup>abcdef</dem:FilterBinGroup>
         <dem:FilterBinName>abcdef</dem:FilterBinName>
      </dem:pixiShippingGetPicklistDetails>
   </soapenv:Body>
</soapenv:Envelope>


Response


Body 1: Picklist detail data

#

Name

Type

Description

0

BinItemRef

integer

pixi* item key

1

PLIheaderRef

integer

picklist header

2

BinSortNum

integer

sort number of the bin

3

ItemName

string

item name

4

BinName

string

bin name

5

BinKey

integer

pixi* bin key

6

PicklistExpiryDate

string

expiry date of the picklist

7

PicklistCreateDate

string

create date of this picklist

8

Qty

integer

quantity of this item to take from bin

9

PicklistComment

string

picklist comment

10

ItemNrSuppl

string

Item Nr Supplier

11

EanUpc

string

default barcode

12

ItemNrInt

string

Shop Item Nr

13

BinRef

integer

pixi* bin key

14

BinGroup

string

bin group

15

PLIorderlineRef

integer

orderline for this picklist entry

16

Location

string

location where to take the item

17

PicLinkSmall

string

small item image url

18

PicLinkLarge

string

large item image url

19

OrderNr

integer

Order Number

20

OrderNrExternal

string

External/Shop Order Number

21

ItemNrExternal

string

External/Shop Item Number

22

BundleOrderlineRef

integer

Bundle orderline Id

23

CustKey

integer

Customer Id

24

OtherItemsCount

integer

Other Items Count

25

PLHfromBox

integer

box range start

26

PLHtoBox

integer

box range end

27

PLIorderlineRef_1

integer

PLIorderlineRef_1

28

BundleItemName

string

Item Name (bundle)

29

TotalItemsOnBin

integer

Number of Items on Bin

30

TotalSimilarItemsOnBin

integer

Number of similar Items on Bin


Additional Notes