Skip to content

Purchase Urls

The Purchase Urls Data Model describes the properties of links to purchase a product from a marketplace.

TypeScript Model

Toggle Model
TypeScript
export type PurchaseUrls = {
  cardKingdom?: string;
  cardKingdomEtched?: string;
  cardKingdomFoil?: string;
  cardmarket?: string;
  tcgplayer?: string;
  tcgplayerEtched?: string;
};

Model Properties

cardKingdom O

The URL to purchase a product on Card Kingdom.

  • Type: string
  • Introduced: v5.0.0

cardKingdomEtched O

The URL to purchase an etched product on Card Kingdom.

  • Type: string
  • Introduced: v5.2.0

cardKingdomFoil O

The URL to purchase a foil product on Card Kingdom.

  • Type: string
  • Introduced: v5.0.0

cardmarket O

The URL to purchase a product on Cardmarket.

  • Type: string
  • Introduced: v4.4.0

tcgplayer O

The URL to purchase a product on TCGplayer.

  • Type: string
  • Introduced: v4.4.0

tcgplayerEtched O

The URL to purchase an etched product on TCGplayer.

  • Type: string
  • Introduced: v5.2.0