Get Product Lines
Returns a List of product line dataParameters
Name | Type | Default | Description | Required | Other Required Field(s) |
---|---|---|---|---|---|
authkey | String | The authentication key assigned to validate requests | X | ||
parttype | String | The identifier of the part type selected by GetPartTypes and the part type name ie(id|name)"|name" is optional | X | ||
brand | String | The manufacturers ID returned from GetCatalogs and the name ie(id|name)"|name" is optional | |||
vehicleinfo | String | Vehicle string in Year|Make|Model|Submodel|Engine format | |||
pqs | String | Any Part Qualifiers selected from the filters returned in this call seperated by commas ie(id|group|name,id|group|name) "|group|name" is optional | requirepqsvqs=true | ||
vqs | String | Any Vehicle Qualifiers selected from the filters returned in this call seperated by commas ie(id|group|name,id|group|name) "|group|name" is optional | requirepqsvqs=true | ||
requirepqsvqs | Boolean | False | True or False, will be making calls that include PQs or VQs | ||
univ | String | Return Universal Parts or Vehicle specific parts or All (U - Universal, V - Vehicle Specific, A - All) | |||
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 | ||
format | String | JSON | Either JSON or XML |
Sample Code
$.getJSON("http://api.v12.estore.catalograck.com/API/Lookup/GetProductLines?authkey=&parttype=4165|CV Boot&format=json", function (msg) { $.each(msg, function() { console.log(this); })});XML: Sample Call
JSON: Sample Call