Amazon Marketplace · JSON Structure

Amazon Marketplace List Entities Response Structure

ListEntitiesResponse schema from Amazon Marketplace API

Type: object Properties: 2
CommerceISVMarketplaceSoftware Catalog

ListEntitiesResponse is a JSON Structure definition published by Amazon Marketplace, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

EntitySummaryList NextToken

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-marketplace/refs/heads/main/json-structure/amazon-marketplace-list-entities-response-structure.json",
  "name": "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."
        }
      ]
    }
  }
}