OBJECT

Offer

An Offer is how a marketers intend to sell a product. It defines pricing for that product, it has a product or products attached, segments attached and its own set of attributes based on the offer's template

link GraphQL Schema definition

  • type Offer {
  • # Name of the offer
  • name: String
  • # Path to offer
  • path: String
  • # Additional data of the offer
  • data: OfferData
  • }