User Tools

Site Tools


en:lenscatalog:version070000:simpletypes:b2bcatalogpricetypes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:lenscatalog:version070000:simpletypes:b2bcatalogpricetypes [2017/03/17 08:51] voskampen:lenscatalog:version070000:simpletypes:b2bcatalogpricetypes [2019/05/09 11:56] (current) sebastianraring
Line 1: Line 1:
 +======B2BCatalogPriceTypes======
 +
 +[[en:lenscatalog:version070000:structure|b2bOpticLensCatalog]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogheader|header]]->[[en:lenscatalog:version070000:complextypes:b2bcatalogpricefields|pricefields]]
 +
 +
 +^ values ^ description ^
 +|PURCHASEPRICE| purchase price |
 +|RECOM_SELLINGPRICE| recommended retail price |
 +|RECOM_SELLINGPRICE_WITH_INSURANCE| recommended retail price with insurance included |
 +|RECOM_SELLINGPRICE_LEVEL1| recommended retail price Level 1 (CH) |
 +|RECOM_SELLINGPRICE_LEVEL2| recommended retail price Level 2 (CH) |
 +|BONUS_PURCHASEPRICE| |
 +|CALC_SELLINGPRICE| calculated retail price for material and manual processing |
 +|CALC_SELLINGPRICE_MATERIAL| calculated retail price only for the material, not included are the costs of manual processing |
 +|CALC_SELLINGPRICE_MANUALPROCESSING| calculated retail price only for the manual processing, not included are the costs of material |
 +|CALC_SELLINGPRICE_LEVEL1| calculated retail price Level 1 (CH) |
 +|CALC_SELLINGPRICE_LEVEL2| calculated retail price Level 2 (CH) |
 +|OTHER_PURCHASEPRICE| purchase price with a custom description |
 +|OTHER_SELLINGPRICE| retail price with a custom description |
 +
 +<code xml>
 +<xs:simpleType name="B2BCatalogPriceTypes">
 +  <xs:restriction base="xs:string">
 +    <xs:enumeration value="PURCHASEPRICE"/>
 +    <xs:enumeration value="RECOM_SELLINGPRICE"/>
 +    <xs:enumeration value="RECOM_SELLINGPRICE_WITH_INSURANCE"/>
 +    <xs:enumeration value="RECOM_SELLINGPRICE_LEVEL1"/>
 +    <xs:enumeration value="RECOM_SELLINGPRICE_LEVEL2"/>
 +    <xs:enumeration value="BONUS_PURCHASEPRICE"/>
 +    <xs:enumeration value="CALC_SELLINGPRICE"/>
 +    <xs:enumeration value="CALC_SELLINGPRICE_MATERIAL"/>
 +    <xs:enumeration value="CALC_SELLINGPRICE_MANUALPROCESSING"/>
 +    <xs:enumeration value="CALC_SELLINGPRICE_LEVEL1"/>
 +    <xs:enumeration value="CALC_SELLINGPRICE_LEVEL2"/>
 +    <xs:enumeration value="OTHER_PURCHASEPRICE"/>
 +    <xs:enumeration value="OTHER_SELLINGPRICE"/>
 +  </xs:restriction>
 +</xs:simpleType>
 +</code>