GraphQL OBJECT

ProductDeliveryKeyDeliveryOptions

link Definition

  • type ProductDeliveryKeyDeliveryOptions {
  • # List of pre-generated keys.
  • keyList: KeyList
  • # Key generator that creates customized licensing information for customers at the
  • # time of purchase.
  • keyGenerator: KeyGenerator
  • # Way in which the key and template are shown to the customer. Only used for key
  • # generation.
  • keyResultType: KeyResultType
  • # Indicates whether only one key per cart item is generated, regardless of the
  • # quantity of the item purchased.
  • separatePidPerQuantityUnit: Boolean!
  • # Indicates whether the key template text that was set up for the product is used.
  • useKeyTemplate: Boolean!
  • }