GraphQL OBJECT

PurchaseSearchPromotion

Information of the promotion which was used for this product.

link Definition

  • type PurchaseSearchPromotion {
  • # Unique ID of the promotion.
  • id: Int
  • # Name of the promotion.
  • name: String
  • # Coupon code associated with the product.
  • couponCode: String
  • # The type of the promotion.
  • type: PromotionType
  • }