IKEA · Schema

itemType

Item type code

RetailHome FurnishingsConsumer ProductsOpensourceCommunityUnofficial APISmart Home
View JSON Schema on GitHub

JSON Schema

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