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
| Name | Type | Description |
|---|---|---|
title | String | Title of the product. |
manufacturer | String | Manufacturer name of the product. |
cat | String | Category classification for the product. |
type | String | Product type classification. |
images | [ReleaseImage!]! | Images associated with the product. |
giftCard | ProductGiftCard | Gift card configuration if this product generates gift cards. |