Skip to content

Price Formats

The Price Formats Data Model describes the properties of all product formats that the price providers provide.

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