No description

type AmazonActivityMetadata implements ActivityMetadata {
  productName: String!
  domain: String!
  subject: [Identifier]
  date: Date
  quantityPurchased: Int!
  totalCost: String!
}

Fields

productName
String!

The product name of the Amazon activity

domain
String!

The Amazon domain for the product URL (e.g., amazon.com, amazon.co.uk)

date
Date

Date indicating when the activity occurred.

quantityPurchased
Int!

Quantity of item purchased

totalCost
String!

Total cost of purchased product

Interfaces

ActivityMetadata interface