Skip to main content

GenerationResultProduct

That type represents product that was used for the generation. It is a snapshot of the product at the moment of generation.

type GenerationResultProduct {
id: String!
name: String!
type: ProductType!
brandDisplayName: String
price: Float
externalUrl: String
}

Fields

GenerationResultProduct.id ● String! non-null scalar

GenerationResultProduct.name ● String! non-null scalar

GenerationResultProduct.type ● ProductType! non-null enum

GenerationResultProduct.brandDisplayName ● String scalar

GenerationResultProduct.price ● Float scalar

GenerationResultProduct.externalUrl ● String scalar

Member Of

GenerationResultProducts object