pixi Developer & Integration Documentation

pixiSetSupplierStockMultiple

Warning: API call is no longer maintained!

Description

API call to set multi stock of item in bin.


Request Parameters

#

Name

Type

Required

Example

Description

1

Items

string

1

See additional information

XML with multiple defined filters

2

SupplNr

string

0

abcdefg

Supplier number

3

Location

string

0

001

Bin location (in case of same binnames on locations)

4

BinName

string

1

A-1-0

Name of the bin

5

Username

string

0

abcdefg

User 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:pixiSetSupplierStockMultiple>
         <dem:Items>See additional information</dem:Items>
         <dem:SupplNr>abcdefg</dem:SupplNr>
         <dem:Location>001</dem:Location>
         <dem:BinName>A-1-0</dem:BinName>
         <dem:Username>abcdefg</dem:Username>
      </dem:pixiSetSupplierStockMultiple>
   </soapenv:Body>
</soapenv:Envelope>


Response


Body 1: Returning the item information.

#

Name

Type

Description

1

ItemNrSuppl

string

Supplier item number

2

Quantity

integer

Item stock quantity


Body 2: Status output

#

Name

Type

Description

1

Code

string

Execution status (OK/ERROR)

2

Message

string

Description of the status


Additional Notes

If parameter "Username" is not provided at all, "pipiSetSupplierStockMultiple" is used by default.

**Items** parameter sample XML:
<ITEMS>
    <ITEM>
        <ItemNrSuppl>123456_XL</ItemNrSuppl>
        <Quantity>50</Quantity>
    </ITEM>
    <ITEM>
        <ItemNrSuppl>123456_L</ItemNrSuppl>
        <Quantity>30</Quantity>
    </ITEM>
</ITEMS>

API call return new current stock on bin.