Amazon · Schema

ErrorList

ErrorList schema from Amazon Selling Partner API

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Properties

Name Type Description
errors array
View JSON Schema on GitHub

JSON Schema

selling-partner-error-list-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Error"
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorList",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-schema/selling-partner-error-list-schema.json",
  "description": "ErrorList schema from Amazon Selling Partner API"
}