{ "opencollection": "1.0.0", "info": { "name": "IKEA After Purchase Ordering Availability API", "version": "0.1.0" }, "items": [ { "info": { "name": "Availability", "type": "folder" }, "items": [ { "info": { "name": "IKEA Get Product Availability with Child Items", "type": "http" }, "http": { "method": "GET", "url": "https://api.prod.apo.ingka.com/availabilities/:classUnitType/:classUnitCode", "params": [ { "name": "classUnitType", "value": "ru", "type": "path", "description": "`classUnitType` must be a Retail Unit (`ru`). Or Store (`sto`). It is used together with\n`classUnitCode` to give context when invoking the AvailabilityClassifications API.\n\nUnit Type:\n * `ru` - Retail Unit - Retail Unit must be combined with a valid `classUnitCode`. For example, `SE` for Sweden or `DE` for Germany. A list of valid Retail Units can be found [in CBD](https://iwww.cbdview.ikea.com/) (requires VPN or internal network).\n * `sto` - Store - The store availability for a given store\n" }, { "name": "classUnitCode", "value": "", "type": "path", "description": "`classUnitCode` is the unique identifier of a Class Unit when\ncombined with a `classUnitType`.\n\nA valid `classUnitCode` always has a pattern like `^([A-Z]|[0-9]){2,5}$`. Note that the Selling Range APIs are case insensitive when it comes to the `classUnitCode` path parameter and lower case is always internally converted to upper case.\n\nThis can either be a:\n\n* **Retail Unit** - Retail Unit must be combined with a valid `classUnitCode`. For example, `SE` for Sweden or `DE` for Germany. A list of valid Class Units can be found [in CBD](https://iwww.cbdview.ikea.com/) (requires VPN or internal network).\n* **Store ID** - The 3-digit store ID. E.g. `066`.\n" }, { "name": "itemNos", "value": "263850", "type": "query", "description": "Product identifier(s)" }, { "name": "expand", "value": "ChildItems,SalesLocations", "type": "query", "description": "List of expandOption(s), see expandOption for values.\n" } ] }, "docs": "Returns availability information including child items and packages" } ] } ], "bundled": true }