id | S_Uuid! | The ID of the auction | |
price | S_MoneyInput | Auction price. Cannot be used together with "priceIWantToGet" field | |
priceIWantToGet | S_MoneyInput | Auction price with removed commission. How much money you wish to get, EUR
only. Cannot be used together with "price" field | |
addedKeys | [String!] | Added keys in plain (text) format | |
acquisitionPrice | S_MoneyInput | Keys acquisition price. Used for profit calculations | |
removedKeys | [S_Uuid!] | IDs of removed keys | |
enabled | Boolean | The state of auction. Leave this field empty if not updating it. | |
autoRenew | Boolean | Should auction be auto renewed. Leave this field empty if not updating it. Deprecated. Has no effect on auctions | |
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 | |
preventPaidPriceChange | Boolean | Prevent auction update in case there are no more free price updates left | |