From cc2f4a2f883633a30aa52364c7b294aa85515e7b Mon Sep 17 00:00:00 2001 From: Sal Ricciardi Date: Mon, 22 Mar 2021 16:15:00 -0700 Subject: [PATCH] Update catalogItemsV0 model --- models/catalog-items-api-model/catalogItemsV0.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/models/catalog-items-api-model/catalogItemsV0.json b/models/catalog-items-api-model/catalogItemsV0.json index 138a4df..d3b3dec 100644 --- a/models/catalog-items-api-model/catalogItemsV0.json +++ b/models/catalog-items-api-model/catalogItemsV0.json @@ -1585,6 +1585,10 @@ "description": "Specific variations of the item.", "type": "object", "properties": { + "Identifiers": { + "description": "The identifiers that uniquely identify the item that is related.", + "$ref": "#/definitions/IdentifierType" + }, "Color": { "description": "The color variation of the item.", "type": "string"