ExternalIds
IDs this product carries on other marketplaces and card databases. Use these to bridge with existing Cardmarket / TCGplayer integrations or external card data sources.
- cardmarketType: array object[]
Cardmarket product IDs, one per finish. Empty / absent if no Cardmarket mapping exists for this product.
- finishType: string enumrequired
Which finish this id maps to (e.g.
Standard,Foil).values- Standard
A standard, non-foil card.
- Foil
A foil card.
- Rainbow
- Gold
- Rainbow
Foil
- idType: integermin:0max:9007199254740991required
The Cardmarket or TCGplayer product id for this finish.
- dreambornType: string
Id The card's Dreamborn id. Disney Lorcana cards only.
- fabType: string
Id The card's FAB id. Flesh and Blood cards only.
- konamiType: string
Id The card's Konami id. Yu-Gi-Oh! cards only.
- riotType: string
Id The card's Riot id. Riftbound cards only.
- scryfallType: string
Id This printing's Scryfall id. Magic: The Gathering cards only.
- scryfallType: string
Oracle Id The card's Scryfall oracle id, shared by every printing of the card. Magic: The Gathering cards only.
- tcgplayerType: array object[]
TCGplayer product IDs, one per finish. Empty / absent if no TCGplayer mapping exists for this product.
- finishType: string enumrequired
Which finish this id maps to (e.g.
Standard,Foil).values- Standard
A standard, non-foil card.
- Foil
A foil card.
- Rainbow
- Gold
- Rainbow
Foil
- idType: integermin:0max:9007199254740991required
The Cardmarket or TCGplayer product id for this finish.
{
"cardmarket": [
{
"finish": "Standard",
"id": 1234
},
{
"finish": "Foil",
"id": 1235
}
],
"tcgplayer": [
{
"finish": "Standard",
"id": 567890
}
],
"scryfallId": "ff1b8fc5-604a-4449-a73d-861e53642a70",
"scryfallOracleId": "b7ad39b3-5d10-45a4-99ae-30972ea6ac42"
}