Price Formats
The Price Formats Data Model describes the properties of all product formats that the price providers provide.
- Parent file: All Prices, All Prices Today
- Parent property:
data
TypeScript Model
Toggle Model
TypeScript
export type PriceFormats = {
mtgo?: Record<'cardhoarder', PriceList>;
paper?: Record<'cardkingdom' | 'cardmarket' | 'cardsphere' | 'tcgplayer', PriceList>;
};
Model Properties
mtgo O
Card prices available to this card for MTGO products. See the Price List Data Model.
- Type:
Record<'cardhoarder', PriceList>
- Introduced:
v5.2.2
paper O
Card prices available to this card for paper products. See the Price List Data Model.
- Type:
Record<'cardkingdom' | 'cardmarket' | 'cardsphere' | 'tcgplayer', PriceList>
- Introduced:
v5.2.2