{ "opencollection": "1.0.0", "info": { "name": "Ankorstore Stock Tracking and Logistics Applications Locations API", "version": "1.2.2-oas3.1" }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "List locations", "type": "http" }, "http": { "method": "GET", "url": "http://www.ankorlocal.com:8000/api/astral/v1/stock/locations", "headers": [ { "name": "Accept", "value": "" }, { "name": "X-Aks-Brand-Uuid", "value": "" }, { "name": "X-Aks-Retailer-Uuid", "value": "" } ], "params": [ { "name": "filter[locationTypes][]", "value": "", "type": "query", "description": "A set of location types to check quantities at" }, { "name": "filter[externalId]", "value": "", "type": "query", "description": "An external identifier to match on" }, { "name": "page[limit]", "value": "", "type": "query", "description": "limit the amount of results returned" }, { "name": "page[before]", "value": "", "type": "query", "description": "show items before the provided ID (uuid format)" }, { "name": "page[after]", "value": "", "type": "query", "description": "show items after the provided ID (uuid format)" } ] }, "docs": "Return the list of available locations" } ] } ], "bundled": true }