Tcgplayer Skus
The Tcgplayer Skus Data Model describes the properties of TCGplayer SKU values based on a card UUID.
- Parent file: TcgplayerSkus
- Parent property:
data
Note
The Tcgplayer Skus Data Model is accessed through a single index array where its parent property is the UUID of the card. Here is an example of the model:
json"data": { "00010d56-fe38-5e35-8aed-518019aa36a5": TcgplayerSkus[], ... // More Card UUIDs }
and accessing the data would look like this:
jsdata["00010d56-fe38-5e35-8aed-518019aa36a5"][0];
Model Type
Model Index
(Showing 0)
Model Properties
condition
The condition of the card.
- Type:
string
- Introduced:
v5.1.0
finishes
The finishes of the card.
- Type:
string[]
- Introduced:
v5.2.0
language
The language of the card.
- Type:
string
- Introduced:
v5.1.0
printing
The printing style of the card.
- Type:
string
- Introduced:
v5.1.0
productId
The product identifier of the card.
- Type:
string
- Introduced:
v5.1.0
skuId
The SKU identifier of the card.
- Type:
string
- Introduced:
v5.1.0