pixi

Item Export

This documentation describes the structure of the XML file for exporting items from pixi to your plentyONE shop system.


Structure of the XML

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header>
<verifyingToken/>
</soapenv:Header>
<soapenv:Body>
<SetCurrentStocks>
<oPlentySoapRequest_SetCurrentStocks>
<CurrentStocks>
<item>
<SKU>18201-180160-bl</SKU>
<WarehouseID>1</WarehouseID>
<PhysicalStock>59</PhysicalStock>
<StorageLocation>0</StorageLocation>
<ItemNrInt>020528181</ItemNrInt>
</item>
<item>
...
</item>
</CurrentStocks>
</oPlentySoapRequest_SetCurrentStocks>
</SetCurrentStocks>
</soapenv:Body>
</soapenv:Envelope>

Name of the XML Tag

Description

SKU

contains the item's SKU which is stored in pixi* Web > Item Management > Items > Item Details > Item Codes > SKU

WarehouseID

contains the value from channel setting StoreHouse_ID

PhysicalStock

contains the item's physical stock; customer orders and/or reservations are not included

If the database setting Export available stock - reservations are enabled (pixi* Control Center > Database Settings > Imports 2.0 > Export) is activated, the available stock will be exported instead of the available stock (Res.) if reservations are enabled.

If the database setting Export Physical Stock for items (pixi* Control Center > Database Settings > Import / Export > Item Import) is activated, the physical stock will be exported instead of the available stock.

See also: Stock Export

StorageLocation

contains the value from channel setting PixiOrderLocation

ItemNrInt

contains the item's shop item number which is stored in pixi* Web > Item Management > Items > Item Details > Item Codes > Shop Item Number


Back to top