GraphQL INPUT_OBJECT
License key of the item in the purchase.
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!}