http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
ViewStoreProductLocationInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents : ViewStoreProductLocationInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceProductComponents
Base Type
Extension of StoreProductLocationInfo Complex Type
Diagram
LastSaleDateTime Element LastInventoryDate Element LastInvoiceSaleDateTime Element LastCashSaleDateTime Element LastStockLocationMovementDateTime Element LastStockAdjustmentDateTime Element LastReceivedProductDate Element StockAndLocationCode Element LocationCode Element ProductMainBarcode Element ProductDescription Element ProductNumber Element Stock Element LocationLevel5Id Element ProductId Element StoreId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewStoreProductLocationInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
ProductId xs:int
Stock xs:decimal
ProductDescription optional xs:string
LocationCode optional xs:string
StockAndLocationCode optional xs:string
LastInventoryDate xs:dateTime
LastSaleDateTime xs:dateTime
Used By
ViewStoreProductLocationInfo Element
Source
<xs:complexType name="ViewStoreProductLocationInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:StoreProductLocationInfo">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="ProductNumber" type="xs:long" />
        <xs:element minOccurs="0" maxOccurs="1" name="ProductDescription" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="ProductMainBarcode" type="xs:long" />
        <xs:element minOccurs="0" maxOccurs="1" name="LocationCode" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="StockAndLocationCode" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="LastReceivedProductDate" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="LastStockAdjustmentDateTime" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="LastStockLocationMovementDateTime" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="LastCashSaleDateTime" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="LastInvoiceSaleDateTime" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="LastInventoryDate" type="xs:dateTime" />
        <xs:element minOccurs="1" maxOccurs="1" name="LastSaleDateTime" type="xs:dateTime" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceProductComponents