getPartInfo
This service will send part number and respond with an array of parts each of which will include several elements of part level information.
WSDL LinkBasic Request elements
element | Value |
---|---|
xmlUser | assigned by Encompass |
xmlPassword | assigned by Encompass |
serviceName | XML.PART.INFO |
serviceMode | SOAP |
Additional Request elements
element | required | description | sample data |
---|---|---|---|
customerNumber | n | customer number | 12345 (Only required if you are trying to use a different account number then we have on file) |
customerPassword | n | customer password | MyPassword (Only required if you are trying to use a different account number then we have on file) |
basePN | n | internal part id | 12367843 |
searchMfgCode | n | 3 character manufacturer code | msc |
searchPartNumber | y | part number to search | ET-LAB10 |
bidNumber | n | bid number | b12345 |
Returned elements for the partList array
element | description | sample data |
---|---|---|
pid | internal part id used for ordering | 5937132 |
mfgCode | manufacturer code | MSC |
mfgName | manufacturer name | PANASONIC |
partNumber | part number | ET-LAB10 |
description | description | REPLACEMENT LAMP |
weight | weight in lbs. | 5 |
length | length in inches | 10 |
width | width in inches | 3 |
height | height in inches | 1 |
htsCode | Harmonized Tariff Schedule Code | 8529908600 |
oversize | might incur additional freight charges (Y/N) | N |
authorizationRequired | requires manufacturer authorization # (Y/N) | N |
availability | quantity available to ship | 2 |
availabilityByLocation | array of location information | see availabilityByLocation array elements table |
eta | estimated ship date | Today |
ListPrice | list / retail price for the part | 550.00 |
corePrice | price of core (core part must be returned to receive credit) | 100.00 |
partPrice | your price for the part | 395.00 |
totalPrice | part price + core price | 495.00 |
subPart | replacement part number | MSC1234567 |
allowRTS | allow good/unused return(Y/N) | Y |
allowIWR | allow in waranty return(Y/N) | Y |
smallImageURL | URL for image | https://encompass.com/imageDisplay?id=3300135&mfgCode=RCA&size=s |
Returned elements for the availabilityByLocation array
element | description | sample data |
---|---|---|
countryCode | location country code | US |
name | location name | Atlanta, GA |
available | quantity available to ship | 1 |
This documentation is only designed as a guide for the corresponding WSDL file.