Amazon Marketplace · Example Payload

Amazon Marketplace Describe Entity Response Example

CommerceISVMarketplaceSoftware Catalog

Amazon Marketplace Describe Entity Response Example is an example object payload from Amazon Marketplace, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

EntityTypeEntityIdentifierEntityArnLastModifiedDateDetails

Example Payload

Raw ↑
{
  "EntityType": "example-value",
  "EntityIdentifier": "abc12345",
  "EntityArn": "arn:aws:service:us-east-1:123456789012:resource/id",
  "LastModifiedDate": "example-value",
  "Details": "example-value"
}