removedInput schema / properties / inventoryItemGroup
Removed value: -{
- "additionalProperties": true,
- "description": "Inventory item group details",
- "properties": {
- "aspects": {
- "additionalProperties": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "type": "object"
- },
- "description": {
- "type": "string"
- },
- "imageUrls": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "inventoryItemGroupKey": {
- "type": "string"
- },
- "subtitle": {
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "variantSKUs": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "variesBy": {
- "additionalProperties": true,
- "properties": {
- "specifications": {
- "items": {
- "additionalProperties": true,
- "properties": {
- "name": {
- "type": "string"
- },
- "values": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "required": [
- "name",
- "values"
- ],
- "type": "object"
- },
- "type": "array"
- }
- },
- "type": "object"
- }
- },
- "required": [
- "aspects",
- "inventoryItemGroupKey",
- "title"
- ],
- "type": "object"
-}