v1.17.0 (Deprecated)

❗️

We’re sorry, this version of the API is no longer available.

Please see https://docs.tcgplayer.com/docs/august-2023-deprecation-notice for more information.

New Endpoints

GET /catalog/products/:productId/productconditions moved to /catalog/products/:productId/skus
GET /catalog/superconditions moved to /catalog/conditions

Removed Endpoints

GET /catalog/products/:productId/productconditions moved to /catalog/products/:productId/skus
GET /catalog/superconditions moved to /catalog/conditions

Modified Returns

GET /catalog/category/:categoryId/groups
GET /catalog/groups/:groupIds
GET /catalog/groups?various-querystring-paramerter
GET /stores/:storeKey/inventory/groups

Renamed supplemental attribute to isSupplemental
Changed publishedOn to be properly formatted in ISO8601 format
Removed category object; replaced with categoryId integer

GET /inventory/productLists
GET /inventory/productLists/:productListId
GET /inventory/productLists/:productListKey

Renamed createdAt attribute to createdOn

GET /catalog/products/:productId/recentsales

Rename dateAndTimeOfSale to soldOn
Rename productConditionId to skuId

GET /catalog/products/:productId/skus

Rename productConditionId to skuId
Replaced language to languageId
Replaced isFoil with printingId. These can be looked up at /catalog/categories/:categoryId/printings
Replaced name with a combination of conditionId and printingId. For example, a Magic: the Gathering Near Mint Foil is now identified as conditionId 1, for Near Mint, and printingId 2, for Foil.

GET /catalog/skus/:skuId/recentsales

Rename dateAndTimeOfSale to soldOn

GET /catalog/conditions

Rename superConditionId to conditionId

GET /catalog/skus/:skuIds

Rename variantId to printingId

GET /catalog/products/:productIds
GET /catalog/products/:gtin
GET /catalog/products/

Renamed productName to name
Renamed cleanProductName to cleanName
Renamed image to imageUrl
Removed productConditions array. This can be retrieved at GET /catalog/products/:productId/skus