ProductPromotion
Describes a product promotion with details about the promotion type, title, and description.
Type Definition
type ProductPromotion {
type: String
title: String
description: String
}Fields
Relationships
ProductPromotion is referenced by the promotion field on ProductVariant, allowing product variants to include promotion information as part of their data structure.
Example
{
promotion {
type
title
description
}
}Implements
None
Related Types
ProductVariant