Store Stock
When making a request with the type parameter 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 for a single product on Target.
An example of the JSON object returned from an Store Stock request is shown below:
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 .
|
product | object | An object containing details of the product for which in-store stock data was requested.
|
Next Steps Store Stock Parameters