IKEA · JSON Structure

Ikea Search Item Type Structure

Item type code

Type: string Properties: 0
RetailHome FurnishingsConsumer ProductsOpensourceCommunityUnofficial APISmart Home

itemType is a JSON Structure definition published by IKEA. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "string",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ikea/refs/heads/main/json-structure/ikea-search-item-type-structure.json",
  "name": "itemType",
  "description": "Item type code\n",
  "enum": [
    "ART",
    "SPR"
  ]
}