TCG price
A TCG price is a CardReference with the following properties added to it:
| Property | Type | Is required | Description |
|---|---|---|---|
| cardVariantId | string|null | No | See CMS. |
| cardVariantType | string|null | No | |
| cardLanguageId | string|null | No | See CMS. |
| cardLanguage | string|null | No | |
| cardConditionId | string|null | No | See CMS. |
| cardCondition | string|null | No | |
| currencyCode | string | Yes | Available values: USD, EUR, GBP, CAD, AUD, JPY. |
| source | string | Yes | Available values: Cardmarket, TCGplayer. |
| marketPrice | int32 | Yes | The market price in cents. |
| lowSellingPrice | int32|null | No | The low selling price in cents. |
| midSellingPrice | int32|null | No | The mid selling price in cents. |
| highSellingPrice | int32|null | No | The high selling price in cents. |
| priceDateTime | string | Yes | An ISO 8601 formatted UTC date/time. |
| sourceSetUrl | string|null | No | |
| sourceCardUrl | string|null | No | |
| sourceCardVariantUrl | string|null | No | |
| sourcePokemonUrl | string|null | No |
When used as a file, the tcg-price suffix is required, e.g., tcgplayer/international/base-set/1-102/standard-set-foil.en.mint.usd.tcg-price.json.
Example
{
"cardName": "Articuno",
"expansion": {
"name": "Fossil",
"series": "Original Series",
"tcgRegion": "International",
"code": "FO",
"releaseDate": "1999-10-10T00:00:00Z",
"cardNumberRightPart": "62"
},
"cardNumber": "2/62",
"cardNumberSortingOrder": 2,
"cardVariantType": "Standard Set Foil",
"cardLanguage": "English",
"cardCondition": "Mint",
"currencyCode": "USD",
"source": "TCGplayer",
"marketPrice": 3011,
"lowSellingPrice": 1674,
"midSellingPrice": 2423,
"highSellingPrice": 5499,
"priceDateTime": "2021-12-24T09:41:45Z",
"sourceSetUrl": "https://www.tcgplayer.com/search/pokemon/fossil",
"sourceCardUrl": "https://www.tcgplayer.com/product/106518/pokemon-fossil-articuno-2",
"sourceCardVariantUrl": "https://www.tcgplayer.com/product/106518/pokemon-fossil-articuno-2?Printing=Unlimited+Holofoil",
"sourcePokemonUrl": "https://www.tcgplayer.com/search/all/product?q=Articuno"
}