Skip to main content

Sealed TCG

Sealed trading card game products — booster boxes, packs, cases, and special sets.

External IDs

FieldRequiredDescriptionExample
TCGPLAYERYesTCGPlayer product ID"285229"

These keys are accepted as externalIdentifiers targeting in order submissions and quotes; conditions via keyScope (SEALED_TCG_CONDITION).

Asset details

FieldRequiredTypeDescriptionExample
idYesstringTradepost asset ID (UUID)"2b78f486-5f11-4ff3-ab61-5988af158450"
nameYesstringFull set name"Prismatic Evolutions"
brandNostringBrand or game"Pokemon"
manufacturerNostringManufacturer or publisher"The Pokemon Company"
set_codeNostringSet code"PRE"
release_dateNostringISO 8601 datetime"2026-02-20T00:00:00+00:00"
total_card_countNointegerTotal cards in the set186
languagesNostring[]Print languages["English", "Japanese"]

Config details

Configurations distinguish product formats within the same set — booster box vs elite trainer box vs blister pack.

FieldRequiredTypeDescriptionExample
idYesstringTradepost asset configuration ID (UUID)"c9e6ea37-0ef7-4ea2-b602-67d8820ba384"
nameYesstringProduct name"Prismatic Evolutions Elite Trainer Box"
image_urlNostringPrimary image URL
brandNostringBrand from product line"Pokemon"
product_typeNostringLOOSE_PACK (single pack), BOX (booster box, ETB), CASE"BOX"
pack_countNointegerPacks in the product36
cards_per_packNointegerCards per pack10
languageNostringProduct language"English"
retail_price_usd_centsNointegerRetail price, USD cents14999
release_dateNostringISO 8601 datetime"2026-02-20T00:00:00+00:00"

Item details

FieldRequiredTypeDescriptionExample
key_idNostringTradepost key ID (UUID, may be null)"4a9a2cca-…"
key_idsNostring[]All key IDs for this item["4a9a2cca-…"]
fair_valuesNoarrayFair value entries — see Key Fair Values[]
conditionYesstringMINT (factory sealed), NEAR_MINT (opened), DAMAGED"MINT"
quantityYesintegerNumber of units1

Condition keys are shared across all sealed TCG products — resolve them once via Keys.

Example

{
"asset_type": "SEALED_TCG",
"external_ids": { "TCGPLAYER": "666891" },
"asset_details": {
"id": "a491113d-f68f-4835-90b5-f4a7b260b428",
"name": "Extra Booster: One Piece Heroines Edition",
"brand": "One Piece Card Game",
"set_code": "EB-03",
"release_date": "2026-02-20T00:00:00+00:00"
},
"config_details": {
"id": "6f06667a-c7c0-44c2-957d-8bec96b0ed05",
"name": "Extra Booster: One Piece Heroines Edition Box",
"image_url": "https://cdn.tradepost.co/media/asset-configurations/6f06667a-c7c0-44c2-957d-8bec96b0ed05/image/1000x1000.webp",
"brand": "One Piece Card Game",
"release_date": "2026-02-20T00:00:00+00:00"
},
"item_details": {
"key_id": "4a9a2cca-c05f-5474-9979-428dc6f41107",
"key_ids": [
"4a9a2cca-c05f-5474-9979-428dc6f41107",
"79a29e74-3697-4701-adc0-8c89ce1bfaf7"
],
"fair_values": [],
"condition": "MINT",
"quantity": 1
}
}

Sealed TCG also has a daily bulk catalog feed.