IKEA · Example Payload

Ikea After Purchase Ordering Get Part By Id Example

RetailHome FurnishingsConsumer ProductsOpen-SourceCommunityUnofficial APISmart Home

Ikea After Purchase Ordering Get Part By Id Example is an example object payload from IKEA, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

itemIdpartNamepartDescriptioncategoryIdsubCategoryIdreplacementIdstockstatus

Example Payload

Raw ↑
{
  "itemId": "100001",
  "partName": "KEY HEXAGON 4MM SSH L48 ZN",
  "partDescription": "S-SHAPE, WIDTH=20, LENGTH=48, HARDENED HRC 52 +5/-10",
  "categoryId": "P1201",
  "subCategoryId": "12101",
  "replacementId": "100001",
  "stock": 352,
  "status": "AVAILABLE"
}