P_Auction
Implements: P_StockableInterface
Fields:
| Field | Type | Description | Deprecation reason | Inherited from |
|---|---|---|---|---|
onHold | Int! | P_StockableInterface | ||
onHand | Int! | P_StockableInterface | ||
unitsSold | Int! | P_StockableInterface | ||
tracked | Boolean! | P_StockableInterface | ||
isStockAvailable | Boolean! | P_StockableInterface | ||
isStockSufficient(quantity: Int!) | Boolean! | P_StockableInterface | ||
id | P_Uuid! | |||
name | String | Auction name | ||
slug | String | Unique name slug | ||
type | String! | Use provider | ||
provider | P_Provider | |||
product | P_ProductInternal! | |||
price | P_Money! | |||
netPrice | P_Money! | |||
priceUpdatedAt | P_DateTime | |||
referencePrice | P_Money | |||
stock | Int! | Use onHand | ||
expiresAt | P_DateTime! | |||
priceBoost | Boolean! | |||
priceBoostValue | String | |||
currencies | [String!] | |||
updatedAt | P_DateTime | |||
createdAt | P_DateTime | |||
owner | P_Uuid! | |||
surcharges(includeExemptions: Boolean) | [P_AuctionSurcharge] | |||
hidden | Boolean! | |||
enabled | Boolean! | |||
confirmed | Boolean | |||
autoRenew | Boolean | |||
preOrder | Boolean | |||
special | Boolean! | |||
limited | Boolean | Marking auction as limited offer. | ||
limitedQuantity | Int | Limited offer quantity per customer. | ||
keysCosts | P_Money! | |||
preOrderKeyCost | P_Money | |||
weeklySalesCount | Int! | |||
condition | P_AuctionConditionEnum | |||
visibleIn | [String!] | |||
flags | [P_AuctionFlagEnum] | |||
eligibleMarketingCampaigns | [P_MarketingCampaignEnum] | |||
actualImage | P_ActualAuctionImage | |||
conditionNote | String | |||
newKeyUnitCost | P_Money | |||
lastSoldAt | P_DateTime | |||
notificationSettings | P_AuctionNotificationSettings | |||
declaredStock | Int | |||
autoPreRefundsEnabled | Boolean! | |||
iconPath | String | Denomination icon path | ||
currencyPrices | [P_AuctionCurrencyPrice] | Related currency prices | ||
basePrice | P_Money | Base auction price, that is converted to eur periodically | ||
wholesale | Boolean | |||
wholesalePrice | P_Money | |||
merchant | P_AuctionMerchant | Merchant details |