Purchase Urls
The Purchase Urls Data Model describes the properties of links to purchase a product from a marketplace.
- Parent model: Card (Atomic), Card (Deck), Card (Set)
- Parent property:
purchaseUrls
TypeScript Model
Show/Hide Model
TypeScript
export type PurchaseUrls = {
cardKingdom?: string;
cardKingdomEtched?: string;
cardKingdomFoil?: string;
cardmarket?: string;
tcgplayer?: string;
tcgplayerEtched?: string;
};
Model Properties
cardKingdom optional
The URL to purchase a product on Card Kingdom.
- Type:
string
- Introduced:
v5.0.0
cardKingdomEtched optional
The URL to purchase an etched product on Card Kingdom.
- Type:
string
- Introduced:
v5.2.0
cardKingdomFoil optional
The URL to purchase a foil product on Card Kingdom.
- Type:
string
- Introduced:
v5.0.0
cardmarket optional
The URL to purchase a product on Cardmarket.
- Type:
string
- Introduced:
v4.4.0
tcgplayer optional
The URL to purchase a product on TCGplayer.
- Type:
string
- Introduced:
v4.4.0
tcgplayerEtched optional
The URL to purchase an etched product on TCGplayer.
- Type:
string
- Introduced:
v5.2.0