{ "opencollection": "1.0.0", "info": { "name": "Advance Auto Parts Catalog Cart Inventory API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Inventory", "type": "folder" }, "items": [ { "info": { "name": "Advance Auto Parts Check Product Inventory", "type": "http" }, "http": { "method": "GET", "url": "https://api.advanceautoparts.com/v1/inventory", "params": [ { "name": "productId", "value": "", "type": "query", "description": "Product SKU or part number." }, { "name": "storeId", "value": "", "type": "query", "description": "Specific store ID to check." }, { "name": "zip", "value": "", "type": "query", "description": "ZIP code to find nearby stores." }, { "name": "radius", "value": "", "type": "query", "description": "Search radius in miles." } ] }, "docs": "Check availability and quantity of a product at nearby stores or warehouses." } ] } ], "bundled": true }