ENUM

ProductType

The type of a special product

link GraphQL Schema definition

  • enum ProductType {
  • # A gift card
  • GIFT_CARD
  • # A live selection that contains other products
  • LIVE_SELECTION
  • # A mystery box item that will resolve to another after purchase
  • MYSTERY_BOX
  • # An item that supports split payments
  • SPLIT_PAY
  • }