Skip to main content

TremendousProduct

Represents the Products from Tremendous ConnectedService

type TremendousProduct {
externalId: String!
name: String!
skus: [TremendousProductSku]
}

Fields

TremendousProduct.externalId ● String! non-null scalar

The ID of the Tremendous Product

TremendousProduct.name ● String! non-null scalar

The name of the Tremendous Product

TremendousProduct.skus ● [TremendousProductSku] list object

Skus of the Tremendous Product, containing the min/max denomination for a product

Member Of

TremendousCampaign object