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 |
wholesale | Boolean | Whether auction can be sold in wholesale |
wholesalePrice | S_MoneyInput | Wholesale price. If not passed and "wholesale" is true, then price defaults to "priceIWantToGet" |
regularSaleDisabled | Boolean | When true, auction becomes available for wholesale purchase only and is hidden from regular buyers. Requires the auction to be wholesale (either already set or being set in the same update) and to have a wholesalePrice. |
onHand | Int | On-hand stock quantity. Allowed only for preorder auctions; rejected otherwise. |