Get Part List
Returns part information based on specified criteria.Parameters
Name | Type | Default | Description | Required | Other Required Field(s) |
---|---|---|---|---|---|
authkey | String | The authentication key assigned to validate requests | X | ||
keyword | String | A keyword or series of words used to search through parts. | |||
parttype | String | The identifier of the part type selected by GetPartTypes and the part type name ie(id|name) | |||
category | String | The identifier of the category selected by GetCategories and the category name ie(id|name) | |||
productline | String | The identifier of the product line selected by GetProductLines | |||
vehicleinfo | String | Vehicle string in Year|Make|Model|Submodel|Engine format | |||
brand | String | The manufacturers ID returned from GetCatalogs and the name ie(id|name) | |||
pqs | String | Any Part Qualifiers selected from the filters returned in this call seperated by commas ie(id|group|name,id|group|name) | requirepqsvqs=true | ||
vqs | String | Any Vehicle Qualifiers selected from the filters returned in this call seperated by commas ie(id|name,id|name) | requirepqsvqs=true | ||
univ | String | Return Universal Parts or Vehicle specific parts or All (U - Universal, V - Vehicle Specific, A - All) | |||
requirepqsvqs | Boolean | False | True or False, will be making calls that include PQs or VQs | ||
pageNumber | Integer | 1 | If multiple pages this is the page to be returned based on the items per page setting | ||
itemsPerPage | Integer | 50 | The number of items to return per page | ||
imgsize | Integer | 72 | The max dimension of the image to be returned in pixels | ||
RType | String | 3Rs type, REC - Recommended,REQ - Required,REP - Replacement | exppartid | ||
exppartid | Integer | The Exppartid, used when retrieving a list of 3Rs parts associated with a specific part. | RType | ||
format | String | JSON | Either JSON or XML |
Sample Code
$.getJSON("http://api.v12.estore.catalograck.com/API/Lookup/GetPartList?authkey=&parttype=14192|Van Storage System Accessory&format=json", function (msg) { $.each(msg, function() { console.log(this); })});XML: Sample Call
JSON: Sample Call