Peoplevox XML Inventory
Zynk will export inventory information from Peoplevox using the 'Item inventory summary all sites' and 'Item inventory summary' reports. The data returned by these reports is then formatted to clearly indicate inventory available in each respective site.
Furthermore, based on your task settings, the integration template, 'Item Types', and the integration reports, 'Incremental Changes Report V1', 'Item inventory summary all sites', 'Item inventory summary' can also be included in the output data if enabled.
Tasks
Fields
ItemCode
Type |
Example |
XML |
string |
000351 |
<ItemCode>000351</ItemCode> |
ItemName
Type |
Example |
XML |
string |
Forever Ink Shield |
<ItemName>Forever Ink Shield</ItemName> |
TotalAllocated
Type |
Example |
XML |
integer |
1 |
<TotalAllocated>1</TotalAllocated> |
TotalAvailable
Type |
Example |
XML |
integer |
10 |
<TotalAvailable>10</TotalAvailable> |
TotalOnHand
Type |
Example |
XML |
integer |
11 |
<TotalOnHand>11</TotalOnHand> |
Sites
For each site configured in Peoplevox, the following data will be output.
Name
Type |
Example |
XML |
string |
PrimarySite |
<Name>PrimarySite</Name> |
Reference
Type |
Example |
XML |
string |
PrimarySite |
<Reference>PrimarySite</Reference> |
Allocated
Type |
Example |
XML |
integer |
1 |
<Allocated>1</Allocated> |
Available
Type |
Example |
XML |
integer |
10 |
<Available>10</Available> |
On Hand
Type |
Example |
XML |
integer |
11 |
<OnHand>11</OnHand> |
Inventory Changes
If the Export Item Inventory Changes option is enabled then the following data will be output for each site.
Please note, this report will only return inventory changes made to the site in Peoplevox within the last 30 days.
ItemCode
Type |
Example |
XML |
string |
000351 |
<ItemCode>000351</ItemCode> |
ItemName
Type |
Example |
XML |
string |
000351 |
<ItemName>000351</ItemName> |
ItemBarcode
Type |
Example |
XML |
string |
Forever Ink Shield |
<ItemBarcode>Forever Ink Shield</ItemBarcode> |
QuantityChanged
Type |
Example |
XML |
integer |
1 |
<QuantityChanged>1</QuantityChanged> |
Timestamp
Type |
Example |
XML |
string |
'16/07/2020 15:42:48' |
<Timestamp>'16/07/2020 15:42:48'</Timestamp> |
IncrementalChangeID
Type |
Example |
XML |
integer |
321 |
<IncrementalChangeID>321</IncrementalChangeID> |
AvailabilityEventType
Type |
Example |
XML |
string |
Adjustment |
<AvailabilityEventType>Adjustment</AvailabilityEventType> |
Reason
Type |
Example |
XML |
string |
Stock quantity updated |
<Reason>Stock quantity updated</Reason> |
ItemCurrentAvailableQuantity
Type |
Example |
XML |
integer |
1 |
<ItemCurrentAvailableQuantity>10</ItemCurrentAvailableQuantity> |
ItemCurrentAllocatedQuantity
Type |
Example |
XML |
integer |
1 |
<ItemCurrentAllocatedQuantity>1</ItemCurrentAllocatedQuantity> |
ItemCurrentOnHandQuantity
Type |
Example |
XML |
integer |
11 |
<ItemCurrentOnHandQuantity>11</ItemCurrentOnHandQuantity> |
ItemCurrentQuarantineQuantity
Type |
Example |
XML |
integer |
0 |
<ItemCurrentQuarantineQuantity>0</ItemCurrentQuarantineQuantity> |
SalesOrderNumber
Type |
Example |
XML |
string |
|
<SalesOrderNumber /> |
LocationName
Type |
Example |
XML |
string |
DEFAULT PICK LOCATIOS |
<LocationName>DEFAULT PICK LOCATIOS</LocationName> |
LocationBarcode
Type |
Example |
XML |
string |
1 |
<LocationBarcode>Pick.DefaulE</LocationBarcode> |
StockHistoryRef
Type |
Example |
XML |
string |
6f91e131-fd50-47cc-9be1-5f4021d4a3b0 |
<StockHistoryRef>6f91e131-fd50-47cc-9be1-5f4021d4a3b0</StockHistoryRef> |
Username
Type |
Example |
XML |
string |
admin |
<Username>admin</Username> |
SiteReference
Type |
Example |
XML |
string |
PrimarySite |
<SiteRefernce>PrimarySite</SiteRefernce> |
Inventory Summary
If the Export Item Inventory Summary option is enabled then the following data will be output for each site.
See Item inventory summary
SiteReference
Type |
Example |
XML |
string |
|
<SiteReference>PrimarySite</SiteReference> |
InventorySummaryAllSites
If the Export Item Inventory Summary All Sites option is enabled then the following data will be output for each item.
See Item inventory summary
ItemTypes
If the Export Item Types option is enabled then the following data will be output for each item.
Please note, an item type is returned for each site where it has been assigned inventory.
See Peoplevox XML Item Types