Get Part Information
Returns detailed part information based on a manufacturers part number.Parameters
Name | Type | Default | Description | Required | Other Required Field(s) |
---|---|---|---|---|---|
authkey | String | The authentication key assigned to validate requests | X | ||
partnumber | String | Manufacturers part number | X | aaia OR linecode | |
aaia | String | AAIA brand code | |||
linecode | String | DCi 3 character line code | |||
vehicleinfo | String | Vehicle string in Year|Make|Model|Submodel|Engine format | |||
prefixed | Boolean | Indicates if the part number is prefixed with a custom manufacturer identifier. Expected part number format is prefix-partnumber | |||
format | String | Either JSON or XML |
Sample Code
$.getJSON("http://api.v12.estore.catalograck.com/API/Lookup/GetPartInformation?authkey=&partnumber=9706-3-02&linecode=WRG&format=json", function (msg) { $.each(msg, function() { console.log(this); })});XML: Sample Call
JSON: Sample Call