Version 1.3
The required version should be set in the element in the Header of the request – ‘versionInfo’. v1.3 has been added to provide addition product information,product page url, image urls, unit of measure, packaging type, tax % and tax inclusive prices for specific countries for individual products.
New Request Elements
|
|
Elements |
Description |
Example |
|
1 |
versionInfo/versionNumber |
The versionNumber which determines the minor version of the API. This is included in the ‘header’ element of request |
<v1:versionInfo> <v1:versionNumber>1.3</v1:versionNumber> </v1:versionInfo>
|
New Response Elements
|
|
Elements |
Description |
Example |
|
1 |
Product/productOverview/description Product/productOverview/bullets Product/productOverview/applications Product/productOverview/warnings Product/productOverview/footnotes
|
An overview about the product,which includes the description, contents, warnings, also known as, footnotes, applications and the features as bullet points. This is inlcuded under the 'Product' parentgroup |
<ns1:productOverview> <ns1:description>The MICROSMD010F-2 from TE Connectivity is a surface mount PolySwitch resettable device in 32mm x 25mm size. Its smaller size helps to save board space and cost. It optimizes design flexibility and compatible with high volume electronics assembly.</ns1:description> <ns1:bullets>UL, CSA and TUV approved</ns1:bullets> <ns1:bullets>Higher voltage ratings allow use in new applications</ns1:bullets> <ns1:bullets>Hold current of 0.1A at room temperature</ns1:bullets> <ns1:bullets>Maximum voltage of 30V</ns1:bullets> <ns1:bullets>Trip current of 0.25A at room temperature</ns1:bullets> <ns1:bullets>Maximum current of 10A</ns1:bullets> <ns1:bullets>Maximum resistance of 15ohm (post trip)</ns1:bullets> <ns1:bullets>Maximum time to trip\u2009is 1sec</ns1:bullets> <ns1:bullets>Maximum power dissipation of 0.8W</ns1:bullets> <ns1:bullets>Operating temperature range from -40°C to 85°C</ns1:bullets> <ns1:applications>Safety</ns1:applications> <ns1:applications>Consumer Electronics</ns1:applications> <ns1:applications>Portable Devices</ns1:applications> <ns1:applications>Multimedia</ns1:applications> <ns1:applications>Automotive</ns1:applications> <ns1:applications>Industrial</ns1:applications> <ns1:warnings>This device is intended for protection against overcurrent or overtemperature fault conditions and should |
| 2 | Product/productOverview/alsoKnownAs | Alternate name of the product. This is included as part of the 'ProductOverview |
<ns1:productOverview> <ns1:alsoKnownAs>MS2-100 </ns1:alsoKnownAs> </ns1:productOverview> |
| 3 | Product/productURL | The full url of the product description page. This is included under the 'Product' parent group. | <ns1:productURL>https://uk.farnell.com/hammond/rrtt1921bk1/open-frame-relay-rack-21in-steel/dp/9565752</ns1:productURL> |
| 4 | Product/image/mainImageUR | The full url of the main image of the product. This is included under the 'image' group under the 'Product' parent group. |
<ns1:image> <ns1:mainImageURL>https://uk.farnell.com/productimages/standard/en_US/84C9871-40.jpg</ns1:mainImageURL> </ns1:image> |
| 5 | Product/image/thumbNailImageURL | The full url of the thumbnail image of the product. This is included under the 'image' group under the 'Product' parent group. |
<ns1:image> <ns1:thumbNailImageURL>https://uk.farnell.com/productimages/thumbnail/en_US/84C9871-40.jpg</ns1:thumbNailImageURL> </ns1:image> |
| 6 | Product/brandLogoURL | The full url of the brand logo image of the product. This is included the 'Product' parent group. | <ns1:brandLogoURL>https://uk.farnell.com/productimages/promo/en_GB/2049714.jpg</ns1:brandLogoURL> |
| 7 | Product/unitOfMeasureCode | Unit Of Measure(UOM) code for the product. If there is a Unit of measure that is not mapped to a code then the default code should be “EA”. This is included the 'Product' parent group. | <ns1:unitOfMeasureCode>EA</ns1:unitOfMeasureCode> |
| 8 |
Product/packagingOptions/type Product/packagingOptions/sku |
Alternative packaging type available for the product, which includes the packaging type and the associated SKU. This is included as part of the 'Related' group under the 'Product' parent group |
<ns1:packagingOptions> <ns1:type>TR</ns1:type> <ns1:sku>2130742</ns1:sku> </ns1:packagingOptions> |
| 9 | Product/taxRate |
The tax rate, in percentage, of the the product. This is included under the 'Product' parent group. As of now, available only for the below stores: CPC_United_Kingdom CPC_Ireland Element14_Australia Element14_New_Zealand Element14_Singapore Element14_United_Kingdom Element14_France Element14_Germany Element14_Poland Element14_Romania Element14_China |
<ns1:prices> <ns1:costIncTax>0.02232</ns1:costIncTax> </ns1:prices> |
| 10 | Product/prices/costIncTax |
The price of the product including the tax. This is included under 'prices' group under the 'Product' parent group. As of now, available only for the below stores: CPC_United_Kingdom CPC_Ireland Element14_Australia Element14_New_Zealand Element14_Singapore Element14_United_Kingdom Element14_France Element14_Germany Element14_Poland Element14_Romania Element14_China |
<ns1:prices> <ns1:costIncTax>0.02232</ns1:costIncTax> </ns1:prices> |