removedOutput schema / properties / products / items / properties / availability
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / products / items / properties / currencyCode
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / products / items / properties / description
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / products / items / properties / entityId
Added value: +{
+ "type": "integer"
+}
removedOutput schema / properties / products / items / properties / hasBulkPricing
Removed value: -{
- "type": "boolean"
-}
removedOutput schema / properties / products / items / properties / id
Removed value: -{
- "type": "integer"
-}
removedOutput schema / properties / products / items / properties / imageUrl
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / products / items / properties / inventoryLevel
Removed value: -{
- "type": [
- "null",
- "integer"
- ]
-}
removedOutput schema / properties / products / items / properties / inventoryTracking
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / products / items / properties / isPriceHidden
Removed value: -{
- "type": "boolean"
-}
removedOutput schema / properties / products / items / properties / orderQuantityMaximum
Removed value: -{
- "type": "integer"
-}
removedOutput schema / properties / products / items / properties / orderQuantityMinimum
Removed value: -{
- "type": "integer"
-}
addedOutput schema / properties / products / items / properties / price
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / products / items / properties / priceRange
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "max": {
- "type": "number"
- },
- "min": {
- "type": "number"
- }
- },
- "required": [
- "min",
- "max"
- ],
- "type": [
- "null",
- "object"
- ]
-}
addedOutput schema / properties / products / items / properties / productOptions
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "details": {
+ "oneOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "checkedOptionValueEntityId": {
+ "type": "integer"
+ },
+ "label": {
+ "type": "string"
+ },
+ "uncheckedOptionValueEntityId": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "label",
+ "checkedOptionValueEntityId",
+ "uncheckedOptionValueEntityId"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "defaultValue": {
+ "type": "string"
+ },
+ "earliest": {
+ "type": "string"
+ },
+ "latest": {
+ "type": "string"
+ },
+ "limitDateBy": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "defaultValue",
+ "earliest",
+ "latest",
+ "limitDateBy"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "fileTypes": {
+ "items": {
+ "type": "string"
+ },
+ "type": [
+ "null",
+ "array"
+ ]
+ },
+ "maxFileSize": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "maxFileSize",
+ "fileTypes"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "maxLength": {
+ "type": "integer"
+ },
+ "maxLines": {
+ "type": "integer"
+ },
+ "minLength": {
+ "type": "integer"
+ },
+ "multilineDefaultValue": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "multilineDefaultValue",
+ "minLength",
+ "maxLength",
+ "maxLines"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "highest": {
+ "type": "number"
+ },
+ "isIntegerOnly": {
+ "type": "boolean"
+ },
+ "limitNumberBy": {
+ "type": "string"
+ },
+ "lowest": {
+ "type": "number"
+ },
+ "numberDefaultValue": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "numberDefaultValue",
+ "lowest",
+ "highest",
+ "isIntegerOnly",
+ "limitNumberBy"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "maxLength": {
+ "type": "integer"
+ },
+ "minLength": {
+ "type": "integer"
+ },
+ "textDefaultValue": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "textDefaultValue",
+ "minLength",
+ "maxLength"
+ ],
+ "type": "object"
+ },
+ {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "entityId": {
+ "type": "integer"
+ },
+ "hexColors": {
+ "items": {
+ "type": "string"
+ },
+ "type": [
+ "null",
+ "array"
+ ]
+ },
+ "isDefault": {
+ "type": "boolean"
+ },
+ "isSelected": {
+ "type": "boolean"
+ },
+ "label": {
+ "type": "string"
+ },
+ "productId": {
+ "type": [
+ "null",
+ "integer"
+ ]
+ }
+ },
+ "required": [
+ "entityId",
+ "label",
+ "isDefault",
+ "isSelected"
+ ],
+ "type": "object"
+ },
+ "type": [
+ "null",
+ "array"
+ ]
+ }
+ ]
+ },
+ "displayName": {
+ "type": "string"
+ },
+ "entityId": {
+ "type": "integer"
+ },
+ "isVariantOption": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "entityId",
+ "displayName",
+ "isVariantOption"
+ ],
+ "type": "object"
+ },
+ "type": [
+ "null",
+ "array"
+ ]
+}
removedOutput schema / properties / products / items / properties / productUrl
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / products / items / properties / requiresFileUpload
Removed value: -{
- "type": "boolean"
-}
removedOutput schema / properties / products / items / properties / sku
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / products / items / properties / variantCount
Removed value: -{
- "type": "integer"
-}
changedOutput schema / properties / products / items / required
Previous value: -[
- "id",
- "name",
- "sku",
- "hasBulkPricing",
- "isPriceHidden"
-]New value: +[
+ "entityId",
+ "name",
+ "description",
+ "price"
+]