{ "opencollection": "1.0.0", "info": { "name": "Target Inventory Stores API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Stores", "type": "folder" }, "items": [ { "info": { "name": "List Stores", "type": "http" }, "http": { "method": "GET", "url": "https://api.target.com/stores/v3", "params": [ { "name": "zip", "value": "", "type": "query", "description": "ZIP code to search near" }, { "name": "latitude", "value": "", "type": "query", "description": "Latitude for geographic search" }, { "name": "longitude", "value": "", "type": "query", "description": "Longitude for geographic search" }, { "name": "radius", "value": "", "type": "query", "description": "Search radius in miles" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of stores to return" } ] }, "docs": "Returns a list of Target stores optionally filtered by location, ZIP code, or geographic coordinates." }, { "info": { "name": "Get Store Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.target.com/stores/v3/:store_id", "params": [ { "name": "store_id", "value": "", "type": "path", "description": "Target store ID" } ] }, "docs": "Returns detailed information about a specific Target store." } ] } ], "bundled": true }