P_API_WholesaleCatalogProduct
Product-grouped entry of the wholesale catalog
Fields:
| Field | Type | Description |
|---|---|---|
id | P_Uuid! | |
name | String! | |
slug | String! | |
identifier | String | |
ean | String | |
productType | String | |
productCategory | String | |
region | String | |
brand | String | |
coverFile | String | |
createdAt | P_DateTime | |
releasedAt | P_DateTime | |
auctionCount | Int! | |
stock | P_API_WholesaleCatalogStock! | |
bestWholesalePrice | Int | |
bestMerchantDisplayName | String | |
bestRetailPrice | Int | |
savingsBps | Int | Discount of the best wholesale price against the best retail price, in basis points |
unitsSold24h | Int! | |
unitsSold7d | Int! | |
unitsSold30d | Int! | |
wholesaleCurrency | String! | |
auctions | [P_API_WholesaleCatalogAuction!]! |