IKEA · JSON Structure

Ikea Sales Item Item Key Structure

Item key (Product ID and Item type)

Type: object Properties: 2
RetailHome FurnishingsConsumer ProductsOpensourceCommunityUnofficial APISmart Home

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

Properties

itemNo itemType

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

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ikea/refs/heads/main/json-structure/ikea-sales-item-item-key-structure.json",
  "name": "ItemKey",
  "description": "Item key (Product ID and Item type)",
  "properties": {
    "itemNo": {
      "type": "string",
      "description": "Product identifier",
      "example": "00263850"
    },
    "itemType": {
      "type": "string",
      "description": "Item type code\n",
      "enum": [
        "ART",
        "SPR"
      ],
      "example": "SPR"
    }
  }
}