addedInput schema / properties / idempotency_key
Added value: +{
+ "maxLength": 160,
+ "minLength": 1,
+ "type": "string"
+}
addedInput schema / properties / items / items / properties / availability_status
Added value: +{
+ "default": "unknown",
+ "enum": [
+ "in_stock",
+ "limited",
+ "backorder",
+ "made_to_order",
+ "unavailable",
+ "unknown"
+ ],
+ "type": "string"
+}
removedInput schema / properties / items / items / properties / category_code
Removed value: -{
- "maxLength": 100,
- "type": "string"
-}
addedInput schema / properties / items / items / properties / expires_at
Added value: +{
+ "format": "date-time",
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$",
+ "type": "string"
+}
addedInput schema / properties / items / items / properties / fabrication_process_id
Added value: +{
+ "maxLength": 100,
+ "type": "string"
+}
addedInput schema / properties / items / items / properties / lead_time_days
Added value: +{
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+}
addedInput schema / properties / items / items / properties / minimum_order_quantity
Added value: +{
+ "exclusiveMinimum": 0,
+ "type": "number"
+}
addedInput schema / properties / items / items / properties / network_category_code
Added value: +{
+ "maxLength": 100,
+ "type": "string"
+}
addedInput schema / properties / items / items / properties / observed_at
Added value: +{
+ "format": "date-time",
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$",
+ "type": "string"
+}
addedInput schema / properties / items / items / properties / package_multiple
Added value: +{
+ "exclusiveMinimum": 0,
+ "type": "number"
+}
addedInput schema / properties / items / items / properties / price_currency
Added value: +{
+ "pattern": "^[A-Z]{3}$",
+ "type": "string"
+}
addedInput schema / properties / items / items / properties / price_minor
Added value: +{
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+}
addedInput schema / properties / items / items / properties / quantity_available
Added value: +{
+ "minimum": 0,
+ "type": "number"
+}
changedInput schema / properties / items / maxItems
Previous value: -100New value: +1000
changedInput schema / required
Previous value: -[
- "items"
-]New value: +[
+ "idempotency_key",
+ "items"
+]
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": {},
+ "properties": {
+ "catalog_import": {
+ "additionalProperties": {},
+ "properties": {
+ "accepted_rows": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "id": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "rejected_rows": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "source_type": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ },
+ "total_rows": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "validation_errors": {
+ "items": {},
+ "type": "array"
+ }
+ },
+ "required": [
+ "id",
+ "status",
+ "source_type"
+ ],
+ "type": "object"
+ },
+ "import": {
+ "additionalProperties": {},
+ "properties": {
+ "accepted_rows": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "id": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "rejected_rows": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "source_type": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ },
+ "total_rows": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "validation_errors": {
+ "items": {},
+ "type": "array"
+ }
+ },
+ "required": [
+ "id",
+ "status",
+ "source_type"
+ ],
+ "type": "object"
+ }
+ },
+ "type": "object"
+}