IKEA · JSON Structure

Ikea After Purchase Ordering Status Structure

Part Status: * `AVAILABLE` - Part is available * `NOT_AVAILABLE` - Part is not available * `ORDER_AT_CSC` - Order at the Customer Service Center * `OUT_OF_STOCK` - Part is out of stock * `DISCONTINUED_WITH_REPLACEMENTID` - Part is discontinued and replaced by provided id.

Type: string Properties: 0
RetailHome FurnishingsConsumer ProductsOpensourceCommunityUnofficial APISmart Home

status 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-after-purchase-ordering-status-structure.json",
  "name": "status",
  "description": "Part Status:\n  * `AVAILABLE` - Part is available\n  * `NOT_AVAILABLE` - Part is not available\n  * `ORDER_AT_CSC` - Order at the Customer Service Center\n  * `OUT_OF_STOCK` - Part is out of stock\n  * `DISCONTINUED_WITH_REPLACEMENTID` - Part is discontinued and replaced by provided id.\n",
  "enum": [
    "AVAILABLE",
    "NOT_AVAILABLE",
    "ORDER_AT_CSC",
    "OUT_OF_STOCK",
    "DISCONTINUED_WITH_REPLACEMENTID"
  ]
}