Files
TCGplayer has 4 tiers of information.
- 
            At the root are Categories. Each category roughly translates to a card game or a collection of merchandise. 
 categoryId: 3 is Pokemon
- 
            Each category has Groups. Each group roughly translates to a set in a card game. 
 groupId: 3170 is Pokemon's - SWSH12: Silver Tempest set.
- 
            Each group has Products. Products can be sealed boxes, packs, or individual cards! 
 Products have nested "extendedData" which is where TCGplayer usually stores a card's text, rarity, and set number.
 Products have separate Market Price objects available in a parallel collection that need to be joined via a productId.
 productId: 451396 is Lugia VSTAR
- 
            Past this point, Products have "SKUs". A SKU is combination of a Product, Language, Printing, and Condition. However, this project does not share information about SKUs. This means that you will not be able to get prices for each condition of a card. 
Root information
Category information
| Category Name | Category ID | Files | 
|---|