OBJECT

OfferData

Additional data of the offer

link GraphQL Schema definition

  • type OfferData {
  • # Name of the offer
  • name: String
  • # Path of assets attached to the offer
  • assets: [String]
  • # Paths of products attached to the offer
  • products: [String]
  • # Attributes of the offer defined in its template
  • attributes: JSON
  • }