Core APIs
...
Results
Stock

Store Stock

3min
store stock results when making a request with the type parameter https //docs trajectdata com/redcircleapi/target product data api/parameters/product set to type=store stock redcircle api will retrieve in store stock information of a single product on target the product is specified using either the tcin , dpci or url parameter (where the url parameter contains a link to an target product page) the location to perform the search is specified using the store stock zipcode parameter up to 20 stores within a 50 mile radius of the specified zipcode will be returned in the store stock results array store stock details are retrieved from the store stock check page https //www target com/p/sharpie 4pk highlighters pocket style chisel tip multicolor/ /a 78025470 for a single product on target an example of the json object returned from an store stock request is shown below { "request info" { "success" true, "credits used" 1, "credits remaining" 999 }, "request metadata" { "created at" "2020 01 01t00 00 00 000z", "processed at" "2020 01 01t00 00 00 001z", "total time taken" 0 1, "target url" "https //www target com/p/ /a 78025470" }, "request parameters" { "type" "store stock", "store stock zipcode" "52404", "tcin" "78025470" }, "store stock results" \[ { "position" 1, "store name" "cedar rapids south", "store id" "1771", "in stock" true, "stock level" 13, "address" "3400 edgewood rd sw", "city" "cedar rapids", "state" "iowa", "zipcode" "52404 7214", "phone" "319 396 4444", "distance" 1 58 }, { "position" 2, "store name" "cedar rapids north", "store id" "1768", "in stock" true, "stock level" 2, "address" "1030 blairs ferry rd ne", "city" "cedar rapids", "state" "iowa", "zipcode" "52402 1220", "phone" "319 393 1600", "distance" 6 54 }, { "position" 3, "store name" "coralville", "store id" "1113", "in stock" true, "stock level" 5, "address" "1441 coral ridge ave", "city" "coralville", "state" "iowa", "zipcode" "52241 2801", "phone" "319 351 5150", "distance" 18 13 }, { "position" 4, "store name" "iowa city downtown", "store id" "3374", "in stock" true, "stock level" 8, "address" "113 e washington st", "city" "iowa city", "state" "iowa", "zipcode" "52240 3925", "phone" "319 471 4912", "distance" 21 25 }, { "position" 5, "store name" "waterloo", "store id" "1792", "in stock" true, "stock level" 6, "address" "1501 e san marnan dr", "city" "waterloo", "state" "iowa", "zipcode" "50702 4300", "phone" "319 226 6500", "distance" 48 63 } ], "product" { "tcin" "78025470", "dpci" "081 02 3451" } } redcircle api returns the following properties for store stock requests property type description store stock results array an array containing up to 20 store stock objects showing in store stock status for the requested tcin in stores within a 50 mile radius of the requested store stock zipcode position string the position of the result in the store stock results array in stock boolean set to true if this store has stock of the given tcin , otherwise false stock level number the quantity of stock available in the given store, if shown address string the address of the store the request was run in city string the city the request was run in state string the state the request was run in zipcode string the zipcode the request was run in phone string the phone number of the store, if shown store name string the name of the store that the request was run from store id string the id of the store that the request was run from distance number the distance, in fractional miles, of the store from the zipcode specified in the store stock zipcode request parameter product object an object containing details of the product for which in store stock data was requested tcin string the product tcin (target product id) dpci string the target "department class item" id of the product next steps store stock parameters https //docs trajectdata com/redcircleapi/target product data api/parameters/store stock