keys | [String!] | New text keys. Required if auction is not a preorder | |
enabled | Boolean! | The state of auction | |
autoRenew | Boolean! | Should auction be auto renewed | |
productId | S_Uuid! | The ID of the associated product | |
price | S_MoneyInput | Auction price. Cannot be used together with "priceIWantToGet" field. Must pass either "price" or "priceIWantToGet" | |
priceIWantToGet | S_MoneyInput | Auction price with removed commission. How much money you wish to get, EUR
only. Cannot be used together with "price" field. Must pass either "price" or
"priceIWantToGet" | |
acquisitionPrice | S_MoneyInput | Keys acquisition price. Used for profit calculations | |
onHand | Int | Keys counter for pre-order | |
lowStockNotificationEnabled | Boolean | Whether to send email notifications when auction is running low on stock | |
priceChangeNotificationEnabled | Boolean | Whether to send email notifications when auction price is not the lowest one | |
declaredStock | Int | Tells how many keys are available by the "Declared Stock" feature | |
merchantId | S_Uuid | Your user ID. Parameter is completely optional, request will fail if its not your ID | |