removedInput schema / properties / requests
Removed value: -{
- "additionalProperties": true,
- "description": "Bulk inventory item requests",
- "properties": {
- "requests": {
- "items": {
- "additionalProperties": true,
- "properties": {
- "availability": {
- "additionalProperties": true,
- "properties": {
- "shipToLocationAvailability": {
- "additionalProperties": true,
- "properties": {
- "quantity": {
- "type": "number"
- }
- },
- "type": "object"
- }
- },
- "type": "object"
- },
- "condition": {
- "type": "string"
- },
- "conditionDescription": {
- "type": "string"
- },
- "product": {
- "additionalProperties": true,
- "properties": {
- "aspects": {
- "additionalProperties": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "type": "object"
- },
- "brand": {
- "type": "string"
- },
- "description": {
- "type": "string"
- },
- "ean": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "epid": {
- "type": "string"
- },
- "imageUrls": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "isbn": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "mpn": {
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "upc": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "sku": {
- "type": "string"
- }
- },
- "required": [
- "sku"
- ],
- "type": "object"
- },
- "type": "array"
- }
- },
- "required": [
- "requests"
- ],
- "type": "object"
-}