IKEA Products API is one of 6 APIs that IKEA publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Products. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.
This API exposes
3 operations
across 3 paths,
and defines 11 schemas.
It is described by OpenAPI 3.1.1, at version 0.1.0.
Requests are made against 4 base URLs: https://api.prod.apo.ingka.com, https://origin-api.prod.apo.ingka.com, https://api.test.apo.ingka.com, https://origin-api.test.apo.ingka.com.
3 operations3 paths11 schemas3 GET
Metadata
The identity and technical contract details declared by the specification.
Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.
Products 3
Everything about Products
GET
/products/{productIdSuffix}/{productId}.json
IKEA Find Product by Id
getProductById2 params→ 200400404
GET
/product-list-page
IKEA Get a Limited Set of Filtered Products
findProducts2 params→ 200400404
GET
/product-list-page/more-products
IKEA Get a Paginated Set of Filtered Products
findProductsPaginated3 params→ 200400404
Schemas 11
The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are Product (31 properties), ProductDetails (15 properties), ProductListPageEnvelope (9 properties), Category (4 properties). Each schema is shown below with its type and property counts.
MoreProducts
Page with More Products
CommonProperties
object
Common properties returned in search responses
2 properties2 required
ProductDetails
object
Product details Note: This Schema does not describe all of the properties returned or does not have a description for all properties. It only describes a sub-s…
15 properties15 required
Product
object
Project details
31 properties26 required
ProductListPageEnvelope
object
Product List Page envelope containing a limited set of Products for a given category.
9 properties9 required
categoryId
string
Category identifier (UUID, code like 'st001', or numeric ID)
MoreProductsEnvelope
object
More Products Page envelope containing a window of paginated products that matches the filtered criteria.
1 property1 required
ProductListPage
Page with Product List
itemType
string
Item type code
Category
object
Product Category
4 properties2 required
productId
string
Product identifier
Specification
The full machine-readable OpenAPI contract behind this narrative.