Get Pricing List
Returns a list of pricing informationParameters
Name | Type | Default | Description | Required | Other Required Field(s) |
---|---|---|---|---|---|
authkey | String | The authentication key assigned to validate requests | X | ||
partnumber | String or Integer | Manufacturer Part Numbers seperated by pipes ie (ZA W39602|ZA W39253|SGG10S) | X | aaia OR linecode | |
aaia | String | AAIA brand codes seperated by pipes to match part numbers ie (FDHD|FDHD|FSJC) | |||
linecode | String | DCi 3 character line codes seperated by pipes to match part numbers ie (USG|USG|PYP) | |||
format | String | JSON | Either JSON or XML |
Sample Code
$.getJSON("http://api.v12.estore.catalograck.com/API/Lookup/GetPricingList?authkey=&partnumber=PACVB-2014BK|ZMNV22748|ZMG56-16&linecode=DMP|USG|USG&format=json", function (msg) { $.each(msg, function() { console.log(this); }) });XML: Sample Call
JSON: Sample Call