ProductBundleContent
A product bundle content item with image, name, and value.
Type Definition
type ProductBundleContent {
image: Image
name: String
value: String
}Fields
Relationships
ProductBundleContent contains a reference to the Image type, which provides image data for the bundle content option. All fields are optional and may be null.
Example
{
image {
url
}
name
value
}Implements
This type does not implement any interfaces.