Amazon · JSON Structure

Selling Partner Error List Structure

ErrorList schema from Amazon Selling Partner API

Type: object Properties: 1
AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

ErrorList is a JSON Structure definition published by Amazon, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

errors

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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