Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

IKEA Parts API

Everything about Parts

IKEA Parts API is one of 6 APIs that IKEA publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Parts. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 3 operations across 3 paths, and defines 12 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 operations 3 paths 12 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.1
API Version
0.1.0
Base URL
https://www.ikea.com/{country}/{language}
Resource Areas
1

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Parts 3

Everything about Parts

GET
/part/{partId}
IKEA Find Part by Id
getPartById 2 params → 202400404
GET
/search/{partialPartId}
IKEA Find Parts
searchParts 2 params → 202400404
GET
/products
IKEA Find Parts for Product(s)
getProductParts 2 params → 202400

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are SearchPart (9 properties), Part (8 properties), ProductParts (5 properties). Each schema is shown below with its type and property counts.

subCategoryId
string
Subcategory identifier
status
string
Part Status: AVAILABLE - Part is available NOTAVAILABLE - Part is not available ORDERATCSC - Order at the Customer Service Center OUTOFSTOCK - Part is out of s…
productId
string
Product identifier
ProductParts
object
Parts in product
5 properties 4 required
partColor
string
Part Color
partName
string
Part name
partDescription
string
Part description
stock
integer
Stock status
itemId
string
Part identifier - typically 5-8 digit number, may include suffix like /1 or -1
Part
object
Replacement part
8 properties 6 required
categoryId
string
Category identifier
SearchPart
object
Replacement part (returned in search results)
9 properties 8 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ikea-parts-api-openapi.yml Raw ↑

Other APIs IKEA publishes across the network.

IKEA DIRIGERA Smart Home Hub API (Unofficial, Local)
IKEA Availability API
IKEA Categories API
IKEA Products API
IKEA Stores API