ProductBundleContent
A product bundle content item with image, name, and value.
Type Definition
type ProductBundleContent {
image: Image
name: String
value: String
}Fields
| Field | Type | Description |
|---|---|---|
| image | Image | The image for this bundle content option. |
| name | String | The name for this bundle content option. |
| value | String | The value for this bundle content option. |
Relationships
ProductBundleContent contains a reference to the Image type, which provides image data for bundle content options. This type is typically used as part of larger product bundle structures to represent individual content items within a bundle.
Example
{
image {
url
alt
}
name
value
}Implements
This type does not implement any interfaces.