GraphQL INPUT_OBJECT

ProductDeliveryKeyDeliveryOptionsInput

Input for delivery options of a license key.

link Definition

  • input ProductDeliveryKeyDeliveryOptionsInput {
  • # ID of a list of pre-generated keys.
  • keyListId: Int
  • # ID of key generator that creates customized licensing information for customers
  • # at the time of purchase.
  • keyGeneratorId: Int
  • # Way in which the key and template are shown to the customer. Only used for key
  • # generation.
  • keyResultType: KeyResultTypeEnum
  • # Set to true if only one key per cart item should be generated, regardless of the
  • # quantity of the item purchased.
  • separatePidPerQuantityUnit: Boolean
  • # Set to true if the key template text that was set up for the product should be
  • # used.
  • useKeyTemplate: Boolean
  • }