<xs:complexType name="StoreProductInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:InfoWithCompanyId">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="Stock" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="DefaultStoreLocationId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="DefaultPickLocationLevel5Id" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="GrossPrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="IsPriceBlocked" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="IsMaintainStock" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="ShopStock" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="FreeStock" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="FutureStock" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="LocationsStock" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="OpenPurchaseOrders" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="OpenSaleOrders" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="OpenReservations" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="OpenReturns" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="MinimumStock" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="MaximumStock" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="OrderMethod" type="tns:OrderMethod" />
<xs:element minOccurs="1" maxOccurs="1" name="LastCashSaleRowId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="LastInvoiceSaleRowId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="LastStockChangeDateTime" type="xs:dateTime" />
<xs:element minOccurs="1" maxOccurs="1" name="AvgFifoPcePurchasePrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="AlternatePreferredSupplierId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CalculatedMinStock" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="CalculatedMaxStock" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="LimitCalculatedMinStock" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="LimitCalculatedMaxStock" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="IgnoreAutoStockValues" type="xs:boolean" />
<xs:element minOccurs="0" maxOccurs="1" name="AutoStockLog" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="AutoStockMinStockPercentage" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="AutoStockMaxStockPercentage" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ManualMinMaxStock" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="LastCalculatedAutoStockTotalSaleAmount" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="LastCalculatedAutoStockSaleDays" nillable="true" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="LastCalculatedAutoStockOldestSaleDateTime" nillable="true" type="xs:dateTime" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|