Closed grim7reaper closed 1 month ago
TcgplayerSkus
When processing TcgplayerSkus.json I've found that:
TcgplayerSkus.json
finishes: string[];
finish?: string;
productId
skuId
Example from TcgplayerSkus.json:
"01354dad-ba34-5e7e-89db-7870eefc7ee0": [ { "condition": "NEAR MINT", "language": "ENGLISH", "printing": "FOIL", "productId": 539942, "skuId": 7768794 }, { "condition": "LIGHTLY PLAYED", "language": "ENGLISH", "printing": "FOIL", "productId": 539942, "skuId": 7768795 } ] "01359a41-06e6-5262-9fd0-ccad985803a0": [ { "condition": "NEAR MINT", "finish": "FOIL ETCHED", "language": "ENGLISH", "printing": "FOIL", "productId": 504636, "skuId": 7267191 }, { "condition": "LIGHTLY PLAYED", "finish": "FOIL ETCHED", "language": "ENGLISH", "printing": "FOIL", "productId": 504636, "skuId": 7267192 } ]
I'm using MTGJSON 5.2.2+20240815
Fixed
Location of update needed
TcgplayerSkus
When processing
TcgplayerSkus.json
I've found that:finishes: string[];
finish?: string;
productId
is a number, not a string.skuId
is a number, not a string.Example from
TcgplayerSkus.json
:Additional context
I'm using MTGJSON 5.2.2+20240815