Skip to main content

ProductItemData Object

Description

Detailed data and metadata specific to product items.

Declaration

type ProductItemData {
title: String
manufacturer: String
cat: String
type: String
images: [ReleaseImage!]!
giftCard: ProductGiftCard
}

Fields

NameTypeDescription
titleStringTitle of the product.
manufacturerStringManufacturer name of the product.
catStringCategory classification for the product.
typeStringProduct type classification.
images[ReleaseImage!]!Images associated with the product.
giftCardProductGiftCardGift card configuration if this product generates gift cards.