{ "opencollection": "1.0.0", "info": { "name": "IKEA After Purchase Ordering Availability Parts API", "version": "0.1.0" }, "items": [ { "info": { "name": "Parts", "type": "folder" }, "items": [ { "info": { "name": "IKEA Find Part by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.prod.apo.ingka.com/part/:partId", "headers": [ { "name": "Accept-Language", "value": "en-GB" } ], "params": [ { "name": "partId", "value": "", "type": "path", "description": "What item to find" } ] }, "docs": "Returns a single replacement part" }, { "info": { "name": "IKEA Find Parts", "type": "http" }, "http": { "method": "GET", "url": "https://api.prod.apo.ingka.com/search/:partialPartId", "headers": [ { "name": "Accept-Language", "value": "en-GB" } ], "params": [ { "name": "partialPartId", "value": "1", "type": "path", "description": "Partial Part identifier. A Part ID is typically 5-8 digit number, may include suffix like `/1` or `-1`\nAccepts any URL-encoded byte sequence, including invalid UTF-8\n" } ] }, "docs": "Returns multiple parts matching the provided id" }, { "info": { "name": "IKEA Find Parts for Product(s)", "type": "http" }, "http": { "method": "GET", "url": "https://api.prod.apo.ingka.com/products", "headers": [ { "name": "Accept-Language", "value": "en-GB" } ], "params": [ { "name": "ids", "value": "", "type": "query", "description": "Find parts for the following productIds" } ] }, "docs": "Returns replacement parts information for one or more products" } ] } ], "bundled": true }