Manufacturer Stock Chek
Returns Manufacturer stocking information based on a part number and manufacturer.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 | |||
format | String | JSON | Either JSON or XML |
Sample Code
$.getJSON("http://api.v12.estore.catalograck.com/API/StockChek/MFGStockChek?authkey=&partnumber=9706-3-02&linecode=WRG&format=json", function (msg) { $.each(msg, function() { console.log(this); }) });XML: Sample Call
JSON: Sample Call