Amazon Marketplace · Schema

ListEntitiesResponse

ListEntitiesResponse schema from Amazon Marketplace API

CommerceISVMarketplaceSoftware Catalog

Properties

Name Type Description
EntitySummaryList object
NextToken object
View JSON Schema on GitHub

JSON Schema

amazon-marketplace-list-entities-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-marketplace/refs/heads/main/json-schema/amazon-marketplace-list-entities-response-schema.json",
  "title": "ListEntitiesResponse",
  "description": "ListEntitiesResponse schema from Amazon Marketplace API",
  "type": "object",
  "properties": {
    "EntitySummaryList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EntitySummaryList"
        },
        {
          "description": " Array of <code>EntitySummary</code> object."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The value of the next token if it exists. Null if there is no more result."
        }
      ]
    }
  }
}