GraphQL INPUT_OBJECT

PurchaseItemDeliveryKey

License key of the item in the purchase.

link Definition

  • input PurchaseItemDeliveryKey {
  • # Unique ID of the purchase.
  • purchaseId: Int!
  • # Running number of the item in the purchase.
  • purchaseItemRunningNo: Int!
  • # Running number of the license key.
  • productDeliveryRunningNo: Int!
  • # Number of license keys (only relevant when separate license keys for each
  • # quantity unit are configured).
  • quantityRunningNo: Int!
  • }

link Required by