Skip to Content

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

FieldTypeDescription
typeStringReturns the promotion type
titleStringReturns the promotion title if any.
descriptionStringReturns the promotion description if any.

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

  • ProductVariant