Get Product
Retrieve an IKEA article enriched with dimensions, materials, benefits, media, attachments, and assembly metadata.
Capability ID
ikea.product.get
Cost
1 credit per request
Maximum runtime
45 seconds
POST
/execute
Shared execution endpoint
Input parameters
item_id
string
required
Eight-digit IKEA article number, optionally formatted as 802.758.87.
Example
80275887
locale
string
optional
IKEA country/language storefront.
Example
fr/fr
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
assembly_required |
boolean |
true |
attachments |
array |
1 items |
attachments |
array |
1 items |
benefit_summary |
string |
À la verticale ou à l'horizontale, la série KALLAX s'adapte à vos envie… |
benefits |
array |
2 items |
benefits |
array |
2 items |
categories |
array |
2 items |
categories |
array |
2 items |
communications_available |
boolean |
true |
currency |
string |
EUR |
design |
string |
blanc |
images |
array |
1 items |
images |
array |
1 items |
item_id |
string |
80275887 |
locale |
string |
fr/fr |
main_image_url |
string |
https://www.ikea.com/fr/fr/images/p/573b0e3c589ce32a/kallax-etagere-bla… |
materials |
array |
1 items |
materials |
array |
1 items |
measurements |
array |
3 items |
measurements |
array |
3 items |
name |
string |
KALLAX |
number_of_packages |
integer |
1 |
price |
number |
74.99 |
rating_count |
integer |
2747 |
rating_value |
number |
4.7 |
raw |
object |
2 fields |
raw.catalog |
object |
5 fields |
raw.communications |
object |
1 fields |
type_name |
string |
étagère |
url |
string |
https://www.ikea.com/fr/fr/p/kallax-etagere-blanc-80275887/ |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.