# TCGplayer SKUs
The TCGplayer SKUs Data Model describes TCGplayer (opens new window) SKU values based on MTJSON Card UUIDs.
Parent file: TcgplayerSkus
Parent property: data
The TCGplayer SKUs Data Model is accessed through a single index array where its parent property is the UUID of the card, like such:
"data": {
"00010d56-fe38-5e35-8aed-518019aa36a5": [
<TCGplayer SKUs Model>
],
...
}
# Model Index
# Model Properties
# condition
The condition of the card.
- Type:
string
- Introduced:
v5.1.0
# finishes
The finishes of the card.
- Type:
array[string]
- Introduced:
v5.2.0
- Tags: New
# 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