Itemized Inventory GS1 Data Mapping
Data in this section is described in accordance with the GS1 Standard: https://www.gs1.org/.
In this section, the following information about the Itemized Inventory data is presented:
- Itemized Inventory Settings in CStoreOffice®
- Itemized Inventory Data Mapping Tables
- XML Example with Itemized Inventory Data
- Itemized Inventory Data Export via the Business Documents API
Itemized Inventory Settings in CStoreOffice®
Itemized inventory data contains items physical inventory data. In CStoreOffice®, Itemized Inventory data can be found in the following form:
This form can be opened from the Inventory > Counts > Itemized Inventory. For more information, see Itemized Inventory.
Itemized Inventory Data Mapping Tables
Report Header
XML Path |
CSO Source |
StandardBusinessDocumentHeader/ HeaderVersion |
Self-closing tag. |
StandardBusinessDocumentHeader/ Sender/Identifier |
Service field: ID of Company, to which inventory belongs. |
StandardBusinessDocumentHeader/ Sender/ContactInformation/Contact |
Manager's name and surname, who processed inventory ticket in the system. |
StandardBusinessDocumentHeader/ Receiver/Identifier |
Service field: ID for Location, to which inventory belongs. |
StandardBusinessDocumentHeader/ DocumentIdentification/Standard |
Self-closing tag. |
StandardBusinessDocumentHeader/ DocumentIdentification/TypeVersion |
Service field: document unique identifier (CorrelationID). |
StandardBusinessDocumentHeader/ DocumentIdentification/InstanceIdentifier |
Service field: Inventory database ID. |
StandardBusinessDocumentHeader/ DocumentIdentification/Type |
One from the list:
|
StandardBusinessDocumentHeader/ DocumentIdentification/CreationDateAndTime |
Service field: document creation date and time in format: YYYY-MM-DDTHH:MM:SS+00:00. |
Report Data
XML Path |
CSO Source |
inventoryReport/creationDateTime |
Inventory document creation date and time, if no data in the system then 1900-01-01T00:00:00+00:00. |
inventoryReport/documentStatusCode |
Always filled with Original. |
inventoryReport/documentActionCode |
Possible values:
|
inventoryReport/inventoryReportIdentification/ entityIdentification |
Location shift number during inventory process. |
inventoryReport/inventoryReportTypeCode |
Always filled with INVENTORY_STATUS. |
inventoryReport/structureTypeCode |
Always filled with "1". |
inventoryReport/inventoryReportToParty/ organisationDetails/organisationName |
Location name. |
inventoryReport/inventoryReportingParty/ organisationDetails/organisationName |
Account name. |
inventoryReport/reportingPeriod/beginDate |
Inventory beginning date. |
inventoryReport/reportingPeriod/beginTime |
Inventory beginning time. |
inventoryReport/reportingPeriod/endDate |
Inventory ending date. |
inventoryReport/reportingPeriod/endTime |
Inventory ending time. |
inventoryReport/inventoryItemLocationInformation/ inventoryLocation/ additionalPartyIdentification{additionalPartyIdentificationTypeCode} |
Filled with "Inventory ticket type". |
inventoryReport/inventoryItemLocationInformation/ transactionalTradeItem/gtin |
14-digits GTIN for item. |
inventoryReport/inventoryItemLocationInformation/ transactionalTradeItem/ tradeItemQuantity |
Inventory item quantity. |
inventoryReport/inventoryItemLocationInformation/ transactionalTradeItem/ tradeItemDescription{languageCode="Name"} |
Item description. |
inventoryReport/inventoryItemLocationInformation/ transactionalTradeItem/itemTypeCode |
Item Category ID. |
inventoryReport/inventoryItemLocationInformation/ transactionalTradeItem/transactionalItemData/avpList/ eComStringAttributeValuePairList{attributeName="Retail"} |
Item retail price on the inventory ticket processing time. |
inventoryReport/inventoryItemLocationInformation/ transactionalTradeItem/transactionalItemData/avpList/ eComStringAttributeValuePairList{attributeName="Cost"} |
Item cost price on the inventory ticket processing time. |
inventoryReport/inventoryItemLocationInformation/ transactionalTradeItem/transactionalItemData/avpList/ eComStringAttributeValuePairList{attributeName="BookInventory"} |
Item book inventory on the inventory ticket processing time. |
To learn more about CStoreOffice® forms and entities mentioned in the CSO Source columns, use the Itemized Inventory Settings in CStoreOffice® section or Petrosoft University Portal.
XML Example with Itemized Inventory Data
The example below is taken from the testing environment with testing data. No association with any real company, product, event, or data is intended or should be inferred.
<?xml version="1.0" encoding="UTF-8"?>
<inventoryReportMessage>
<StandardBusinessDocumentHeader>
<HeaderVersion/>
<Sender>
<Identifier>xxx</Identifier>
<ContactInformation>
<Contact>CSO System</Contact>
</ContactInformation>
</Sender>
<Receiver>
<Identifier>xxx</Identifier>
</Receiver>
<DocumentIdentification>
<Standard/>
<TypeVersion>xxx</TypeVersion>
<InstanceIdentifier>22403</InstanceIdentifier>
<Type>Ingredient method of accounting ticket</Type>
<CreationDateAndTime>2021-08-19T10:23:57+00:00</CreationDateAndTime>
</DocumentIdentification>
</StandardBusinessDocumentHeader>
<inventoryReport>
<creationDateTime>2021-08-18T05:13:00+00:00</creationDateTime>
<documentStatusCode>ORIGINAL</documentStatusCode>
<documentActionCode>ADD</documentActionCode>
<inventoryReportIdentification>
<entityIdentification>3</entityIdentification>
</inventoryReportIdentification>
<inventoryReportTypeCode>INVENTORY_STATUS</inventoryReportTypeCode>
<structureTypeCode>1</structureTypeCode>
<inventoryReportToParty>
<organisationDetails>
<organisationName>xxx</organisationName>
</organisationDetails>
</inventoryReportToParty>
<inventoryReportingParty>
<organisationDetails>
<organisationName>xxx</organisationName>
</organisationDetails>
</inventoryReportingParty>
<reportingPeriod>
<beginDate>2021-08-18</beginDate>
<beginTime>00:00:00+00:00</beginTime>
<endDate>2021-08-18</endDate>
<endTime>05:13:00+00:00</endTime>
</reportingPeriod>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00012000011313</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB ICEE FCB MT DEW</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">8.5</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00012000016165</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB TROP PINK LEMONADE 5GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">8.66</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00012000016189</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB TROP LEMONADE 3G</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">8.955</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00012000400032</gtin>
<tradeItemQuantity>10</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB PEPSI 5G</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">8.66</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">20</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00012000400063</gtin>
<tradeItemQuantity>10</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB DT PEPSI 5G</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">8.66</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">20</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00012000400094</gtin>
<tradeItemQuantity>15</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB MT DEW 5G</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">8.66</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">30</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00012000400629</gtin>
<tradeItemQuantity>10</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB DT MT DEW 5G</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">8.66</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">20</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00012000402517</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB DT MT DEW 3G</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">8.955</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00012000503887</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB SIERRA MIST 3GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">8.955</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00012000503894</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB SIERRA MIST 5G</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">8.66</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00017435900003</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">DRINK MIX, LMND 2GAL 15/14OZ</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00019179000247</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">ICEE CUPS 24OZ</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">3.1</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00030973320010</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRAZIL BLUE RAZMATAZZ</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00030973320119</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRAZIL PINA COLADA</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">7.3</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00030973320126</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRAZIL GREEN APPLE</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00030973320140</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRAZIL TIGER S BLOOD</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00030973320164</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRAZIL ROCK N ROLL GRAPE</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00030973320188</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRAZIL BERMUDA TRIANGLE</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00030973320195</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRAZIL SIMPLY MANGO</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00030973320225</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRAZIL LEMON ICE</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00030973320263</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRAZIL GEORGIA PEACH</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00030973325008</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRAZIL CUPS 12OZ PET</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0.0863</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00030973325022</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRAZIL CUPS 20OZ PET</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0.107</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00030973325053</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRAZIL CUPS 32OZ PET</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">3.45</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00030973325114</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRAZIL LID CLEAR SS 12/20OZ-</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00030973325138</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRAZIL LID CLEAR SS 32OZ</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00030973325152</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRAZIL CUP REFILLABLE - DOUBLE BUBBLE 12OZ MC</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">1.1385</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00030973325503</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRAZIL SPOON STRAWS JUMBO</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0.0155</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00036632073167</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">ID PEPPERMINT MOCHA 192 CT PC</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">15.36</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00041594200148</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">LID DART 12JL VENT</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0.0139</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00041594200155</gtin>
<tradeItemQuantity>43</tradeItemQuantity>
<tradeItemDescription languageCode="Name">MEDIUM THRIST CRUSHER LID - LID DART 16SL STRAW SLOT</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">2.576</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">37</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00041594200605</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">LID DART 24SL05 STRAW SLOT</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0.0237</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00041594200612</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">DART LID FOR 44Z(32SL)</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.412</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00041594331873</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">LID DART 16RCLB BLACK</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">6.418</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00041594440391</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">20OZ FTN HANDY MART 20J16</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">2.157</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00049000982930</gtin>
<tradeItemQuantity>12</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB COKE CLASSIC 2.5GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">9.14</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">20</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00049000982947</gtin>
<tradeItemQuantity>15</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB DT COKE 2.5 GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">9.14</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">20</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00049000982978</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB MELLO YELLO 2.5G</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">9.14</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00049000983036</gtin>
<tradeItemQuantity>10</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB SPRITE 2.5 GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">9.14</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">15</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00049000983142</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB HI-C PUNCH 2.5 GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">9.14</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00049000986235</gtin>
<tradeItemQuantity>12</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SYRUP POWERADE M BLAST BIB 2.5 GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">9.14</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">15</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00049000986600</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB BARQ RT BR 2.5 GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">45.7</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00049000988888</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB FANTA ORANGE 2.5 GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">45.7</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00049000991512</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB COKE ZERO 2.5G</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">45.7</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00049000993387</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB ICEE FCB COCA COLA</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">10.926</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00049000993400</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB ICEE FCB FANTA BLUE RASP</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">5.682</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00049000993424</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB ICEE FCB FANTA WILD CHERRY</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">8.5</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00052000330069</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB GAT ORANGE POST MIX 3GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">8.74</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00052000330076</gtin>
<tradeItemQuantity>6</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB GAT FR PUNCH 3G</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">9.04</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">6</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00052000331011</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB GATORADE FRT PNCH 3GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">9.04</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00054900710545</gtin>
<tradeItemQuantity>20</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB DR PEP 5GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">8.755</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">20</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00054900720476</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB DR PEP DT 5GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00054900720490</gtin>
<tradeItemQuantity>10</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB DR PEP DT 2.5GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">9.122</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">10</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00054900720513</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB DT DR PEPPER 3GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">14.3167</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00076167317817</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB FLAVOR SHOT CHERRY 2.5GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.874</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00076167562804</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB FLAVOR SHOT LIME 2.5GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.874</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00086631903736</gtin>
<tradeItemQuantity>39</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SUGAR CANISTER 20 OZ RC</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">1.6171</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">52</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00086631911021</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">CREAMER CANISTER 12 OZ RC</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">1.4558</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00088500901720</gtin>
<tradeItemQuantity>10</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SYRUP SUNDROP CITRUS BIB</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">45.61</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">10</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000000175</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SYRUP PUMP 1L</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000000182</gtin>
<tradeItemQuantity>13</tradeItemQuantity>
<tradeItemDescription languageCode="Name">HANDY MART 20OZ REFUEL HO</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.1385</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">15</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000000687</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">CM FRENCH VAN LIQUID BULK CASE 180</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000001202</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">DRINK MIX, RSP ICE 2 GAL YLD</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000001295</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">MONIN VANILLA SYRUP 1L</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000003237</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">DECAF TWILIGHT</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000003251</gtin>
<tradeItemQuantity>32</tradeItemQuantity>
<tradeItemDescription languageCode="Name">TEA SWEETENER LIQUID</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">2.975</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">46</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000003497</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">LARRYS COFFEE HOUSE BLEND 2LB</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">21.6</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000003695</gtin>
<tradeItemQuantity>2</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FROZEN COFFEE LID DART 626TS FITS PX CU</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">2.64</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">2</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000003923</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">JOLLY RANCHER BLUE RASP B</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000004067</gtin>
<tradeItemQuantity>32</tradeItemQuantity>
<tradeItemDescription languageCode="Name">HANDY MART 20OZ REFUEL III</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">2.7505</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">51</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000004128</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">S D BOURBON PECAN 2.75 OZ</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000004142</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">LARRYS COFFEE COSTA LITTLE RICKY 2LB BAG</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">21.6</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000004159</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SWEET CAFE ENGLISH TOFFEE 2LB</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">5.8317</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000005255</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">COSTA LITTLE RICKY</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000005286</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SYRUP CHOCOLATE MILANO 750ML BOTTLE</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000006832</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SPOON STRAW ICEE WRAPPED</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">6.0317</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000006962</gtin>
<tradeItemQuantity>50</tradeItemQuantity>
<tradeItemDescription languageCode="Name">HANDY MART 42OZ REFUEL III</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">2.914</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">139</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000007167</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">CMATE SNICKERS 180 CT PC</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000007372</gtin>
<tradeItemQuantity>109</tradeItemQuantity>
<tradeItemDescription languageCode="Name">HANDY MART 30OZ REFUEL III</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">2.267</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">177</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000007648</gtin>
<tradeItemQuantity>10</tradeItemQuantity>
<tradeItemDescription languageCode="Name">ID FRENCH VANILLA 192CT PC</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">3.7325</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">16</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000007952</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SUGAR YELLOW SUB BULK RC</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">6.4975</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000008010</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SYRUP CARAMEL SUGAR FREE 750ML BOTTLE</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000010402</gtin>
<tradeItemQuantity>8</tradeItemQuantity>
<tradeItemDescription languageCode="Name">ID CARAMEL MACC 192CT PC</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">5.6</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">12</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000011034</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">LARRYS COFFEE COWBOY BLEND 2LB BAG</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">21.6</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000014790</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">CREAMER HALF N HALF LOL E</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">3.2108</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000018347</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">16OZ ICEE DOME LIDS</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.61</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000018910</gtin>
<tradeItemQuantity>34</tradeItemQuantity>
<tradeItemDescription languageCode="Name">LARGE/MEGA THIRST CRUSHER LID - LID DART 26SLR</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">6.409</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">56</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000021224</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">INTERNATIONAL DELIGHT 32OZ</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000021323</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRENCH ROAST FAIR TRADE ORGANIC 3/2LB RWB</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">16.7167</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000024232</gtin>
<tradeItemQuantity>9</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SWEET CAFE ULTRA CAN YELLOW SUGAR SUB CANISTER</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">2.825</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">12</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000025093</gtin>
<tradeItemQuantity>71</tradeItemQuantity>
<tradeItemDescription languageCode="Name">TEA BAGS (32 per Case)</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">1.1156</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">99</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000025673</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">32OZ ICEE DOME LIDS</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">5.163</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000025888</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">EL SALVADOR DALI</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000026144</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">CREAMER FR VANILLA INT DE</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">3.5833</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000026168</gtin>
<tradeItemQuantity>4</tradeItemQuantity>
<tradeItemDescription languageCode="Name">ID IRISH CREME CASE 288 PC</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.6125</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">4</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000026502</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FILTERS WIDE BASE</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000027721</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">MONIN CARAMEL SYRUP 1L</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000028247</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">KARAT 16OZ GREEN STRIPE ECO HOT CUP</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000028735</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">DUCK THRU CUP 30OZ VI 40</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000028889</gtin>
<tradeItemQuantity>12</tradeItemQuantity>
<tradeItemDescription languageCode="Name">ID HAZELNUT 192CT PC</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">3.7325</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">13</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000029121</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BATCH SOUTHERN PECAN</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">1.4563</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000029565</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">DRINK MIX, STWBY KIWI 2 GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000029633</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">KARAT 20OZ COLD CUP (600CT)</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000029817</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">S D CAPP AMER FR VANILLA</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.7067</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000029831</gtin>
<tradeItemQuantity>9</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SWEET CAFE FRENCH VANILLA BAG</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">5.8317</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">11</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000029855</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SNICKERDANDY 2OZ</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">1.4563</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000030493</gtin>
<tradeItemQuantity>4</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SWEET CAFE WHITE CHOCOLATE</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">5.8317</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">4</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000031131</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">COFFEE STIRRER RED 8 WRA</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000031162</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">JOLLY RANCHER GRAPE FUB</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000031346</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">COLD BREW CONCENTRATE</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000031858</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SWEETENER TRAD DULCE</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">2.3475</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000031865</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">WINTER WONDERLAND 24/2OZ</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">1.4563</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000032213</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">CM HAZELNUT LIQUID BULK CASE 180</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000032251</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SWEET CAFE CINN VAN NUT</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.865</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000032527</gtin>
<tradeItemQuantity>7</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FROZEN COFFEE - CUP CLEARPRO 16OZ 599845</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">3.5285</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">7</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000032695</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">JOLLY RANCHER GRAPE BIB</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">63.68</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000033951</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">S D LICOLNSHIRE RWB</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">8.2058</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000033982</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">CAPP PUMPKIN SPICE 6/2LB</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">5.8317</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000034750</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">LARRY'S SLEEVES</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000034842</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">MONIN SUGAR FREE CARAMEL SYRUP 1L</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000035252</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">HOUSE COFFEE</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000035603</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">24OZ ICEE DOME LIDS</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.739</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000036297</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">COWBOY COFFEE</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000037287</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">ICEE CUP 16OZ</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">2.8</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000037638</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SWEET CAFE MOCHA SURGE</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000049785</gtin>
<tradeItemQuantity>6</tradeItemQuantity>
<tradeItemDescription languageCode="Name">RED 7.25' WRAPPED PLASTIC STIRRER</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">2.6145</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">7</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000051122</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">HALF&HALF UHT 4L BAGS</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">9.4975</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000052389</gtin>
<tradeItemQuantity>16</tradeItemQuantity>
<tradeItemDescription languageCode="Name">NON DAIRY CREAM 12OZ CANISTER</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">1.67</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">18</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000101421</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">1883 CHOCOLATE SYRUP 1L</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000101438</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">LARRYS COFFEE EL SALVADOR DALI 2LB</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">21.6</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000123584</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">JOLLY RANCHER WATERMELON</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000201343</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">ICEE 32OZ PROMO CUPS</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000201466</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">LARRYS COFFEE DECAF TWILIGHT 2LB BAG</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">22</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000206232</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">LARRY'S HOUSE BLEND</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000291177</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">ID COLD STONE SWT CRM 288CT PC</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.6125</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000300565</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB TROP FRT PCH 3G</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">8.74</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000300619</gtin>
<tradeItemQuantity>177</tradeItemQuantity>
<tradeItemDescription languageCode="Name">100% COLUMBIAN 100/2.5OZ</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">1.0078</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">241</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000300633</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">S D EURO SELECT 2.5 OZ</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000307991</gtin>
<tradeItemQuantity>7</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SWEET CAFE ULTRA CAN PINK SUGAR SUB CANISTER</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">2.55</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">8</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000308011</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SYRUP SALTED CARAMEL 750ML BOTTLE</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000317525</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">LARRYS COFFEE MIGHTIER MOCHA 2LB BAG</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">21.6</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000504161</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">JOLLY RANCHER ORANGE FUB</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000511886</gtin>
<tradeItemQuantity>67</tradeItemQuantity>
<tradeItemDescription languageCode="Name">EURO SELECT 42/2.5 OZ</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0.9526</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">109</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000513965</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SWEET CAFE PINK SWTNR PKTS</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000524282</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">CAFE KILIMANJARO 3/2LB RWB</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">19.2433</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000531983</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">DRINK MIX, LMND 2 GAL YLD</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000532669</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">PS PINK SWEETNER</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">3.69</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000532744</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">MONIN SUGAR FREE VANILLA 1L</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000537275</gtin>
<tradeItemQuantity>2</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FROZEN COFFEE - CUP CLEARPRO 20OZ 599845</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.1633</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">2</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000537381</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SWEET CAFE YELLOW SUGAR SUB 6/2LB</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000546192</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SWEET CAFE PINK SWEETENER PACKETS</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.4975</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000552193</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">MIGHTIER MOCHA JAVA</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000552889</gtin>
<tradeItemQuantity>24</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BULK CREAMER - FRNCH VAN 2/4L</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.9969</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">24</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000552896</gtin>
<tradeItemQuantity>24</tradeItemQuantity>
<tradeItemDescription languageCode="Name">HANDY MART 16OZ REFUEL HO</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">3.896</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">28</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000554739</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">CUP 16J16 DART 16OZ LID 1</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">1.045</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000571163</gtin>
<tradeItemQuantity>10</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SWEET CAFE HOT CHOC BAG</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">5.8317</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">11</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000571170</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SWEET CAFE BULK PINK SUGAR 6/2LB</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000672112</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">KARAT 20OZ GREEN STRIPE ECO</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000673119</gtin>
<tradeItemQuantity>28</tradeItemQuantity>
<tradeItemDescription languageCode="Name">HANDY MART 24OZ REFUEL HO</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.1742</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">29</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000673133</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SWEET CAFE SUGAR PACKETS</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.7475</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000673140</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SWEET CAFE BLUE SWTNR PKTS</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000674161</gtin>
<tradeItemQuantity>14</tradeItemQuantity>
<tradeItemDescription languageCode="Name">LID DART OPT1224TGB BLAC</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.758</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">18</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000903810</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">HOT CUP 20OZ</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000903834</gtin>
<tradeItemQuantity>5</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SWEET CAFE ULTRA CAN BLUE SUGAR SUB CANISTER</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">2.55</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">5</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000915585</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">PS SUGAR GRANULAR</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000915745</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">JOLLY RANCHER ORANGE BIB</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">63.68</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000917770</gtin>
<tradeItemQuantity>30</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BULK CREAMER - HALF & HALF 2/4L</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.9863</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">40</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000917824</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">STRAWS GIANT 8.5 FREAL W</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000919613</gtin>
<tradeItemQuantity>50</tradeItemQuantity>
<tradeItemDescription languageCode="Name">LIQUIBOX 4 GAL TEA URN LINER</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0.95</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">100</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000919620</gtin>
<tradeItemQuantity>13</tradeItemQuantity>
<tradeItemDescription languageCode="Name">HANDY MART 12OZ REFUEL HO</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">3.1835</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">15</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00100000920879</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">ID HALF AND HALF CASE 180CT PC</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">2.2875</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00107282251530</gtin>
<tradeItemQuantity>79</tradeItemQuantity>
<tradeItemDescription languageCode="Name">COL GMT DCF 75/1.5OZ</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0.8067</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">109</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00120610000006</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SOUTHERN PECAN 24/2OZ</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">1.4563</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00134000004505</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">EURO SELECT RWB 12/2LB</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">10.9917</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00181700000092</gtin>
<tradeItemQuantity>6</tradeItemQuantity>
<tradeItemDescription languageCode="Name">CAPP MOCHAEXTREM 6/2LB</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">5.8317</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">6</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00300000000841</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">CARNATION HALF HALF</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0.0548</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00300000000858</gtin>
<tradeItemQuantity>4</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SWEET CAFE SUGAR FREE FRENCH VANILLA 2LB</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">5.8317</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">4</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00486200000000</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">HAZELNUT CRM 24/2OZ</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">1.4563</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00486300000009</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">FRENCH VANILLA 24/2OZ</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">1.4563</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00525508800001</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">DRINK MIX, FRT PNCH SG/FR 2</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00613008733070</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">ARIZONA AP HALF HALF BIB</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00613008740450</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">ARIZONA MUCHO MANGO BIB 2.5 GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">6.512</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00613008744663</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">ARIZONA FRUIT PUNCH BIB 2.5 GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">6.512</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00763583111586</gtin>
<tradeItemQuantity>8</tradeItemQuantity>
<tradeItemDescription languageCode="Name">STRAWS RED GIANT WRAP 10.</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.08</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">15</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00811568011045</gtin>
<tradeItemQuantity>15</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB CHERRY LIMEADE 2.5</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">8.164</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">20</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00811568011991</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SOUR PUNCH SOUR CHERRY FUB</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">15.7717</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00811568012004</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SOUR PUNCH SOUR GR APPLE FUB</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">15.7717</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00811568015067</gtin>
<tradeItemQuantity>15</tradeItemQuantity>
<tradeItemDescription languageCode="Name">SYRUP SBERRY LEMONADE 2.5 GAL</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">8.164</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">20</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00811568018860</gtin>
<tradeItemQuantity>6</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB JOLLY RANCHER GR APPLE</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">14.6917</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">8</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00811568018877</gtin>
<tradeItemQuantity>7</tradeItemQuantity>
<tradeItemDescription languageCode="Name">JOLLY RANCHER WMELON FUB</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">14.6917</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">8</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00811568018884</gtin>
<tradeItemQuantity>8</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB JOLLY RANCHER BL RBERRY</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">14.6917</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">8</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00811568018891</gtin>
<tradeItemQuantity>5</tradeItemQuantity>
<tradeItemDescription languageCode="Name">BIB JOLLY RANCHER CHERRY</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">14.6917</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">7</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00811568019072</gtin>
<tradeItemQuantity>23</tradeItemQuantity>
<tradeItemDescription languageCode="Name">JOLLY RANCHER CUP 14 OZ</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">4.659</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">24</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00811568019089</gtin>
<tradeItemQuantity>10</tradeItemQuantity>
<tradeItemDescription languageCode="Name">JOLLY RANCHER CUP 20 OZ</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">6.078</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">12</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00811568019096</gtin>
<tradeItemQuantity>5</tradeItemQuantity>
<tradeItemDescription languageCode="Name">JOLLY RANCHER LID 14-20 OZ</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">1.7435</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">9</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00811942000726</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">STRAW JUMBO CLEAR WRAPPED</tradeItemDescription>
<itemTypeCode>3100</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00817785020341</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">UPOURIA FR VANILLA FRZ CO</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">18.0633</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00817785020358</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">UPOURIA MOCHA FRZ COFFEE</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">18.0633</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00817785020693</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">MARSHMALLOW BITS RC EA</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">3.54</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00818228000654</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">CREAMER LIQ HALF HALF G</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">20.42</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00818228000708</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">CREAMER LIQ FR VANILLA GW</tradeItemDescription>
<itemTypeCode>3000</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">20.42</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
<inventoryItemLocationInformation>
<inventoryLocation/>
<transactionalTradeItem>
<gtin>00898122001216</gtin>
<tradeItemQuantity>0</tradeItemQuantity>
<tradeItemDescription languageCode="Name">EL NINO HORCHATA</tradeItemDescription>
<itemTypeCode>3200</itemTypeCode>
<transactionalItemData>
<avpList>
<eComStringAttributeValuePairList attributeName="Retail">0</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="Cost">14.145</eComStringAttributeValuePairList>
<eComStringAttributeValuePairList attributeName="BookInventory">0</eComStringAttributeValuePairList>
</avpList>
</transactionalItemData>
</transactionalTradeItem>
</inventoryItemLocationInformation>
</inventoryReport>
</inventoryReportMessage>
To download the XML Example with Itemized Inventory Data XML file, click here.
Itemized Inventory Data Export via the Business Documents API
To export the XML files with the Itemized Inventory data via the Business Documents API:
- Prepare the location (station) or company identifier as the input data.
- Start calling the API from the
/business-unit-level-resources
endpoint. - Use inventory-item as the Document type identifier value.
For more information, see Calling the Business Documents API at the Business Unit Level.