Skip to main content

Sealed TCG

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

External IDs

FieldRequiredDescriptionExample
TCGPLAYERYesTCGPlayer product ID"285229"

Asset Details

FieldRequiredTypeDescriptionExample
idYesstringInternal Tradepost 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 or abbreviation"PRE"
release_dateNostringRelease date in ISO 8601 datetime format"2026-02-20T00:00:00+00:00"
total_card_countNointegerTotal cards in the set186
languagesNostring[]Languages the set was printed in["English", "Japanese"]

Config Details

Configuration-level details distinguish different product types within the same set (booster box vs elite trainer box vs blister pack, etc.).

FieldRequiredTypeDescriptionExample
idYesstringInternal Tradepost asset configuration ID (UUID)"c9e6ea37-0ef7-4ea2-b602-67d8820ba384"
nameYesstringProduct name"Prismatic Evolutions Elite Trainer Box"
image_urlNostringPrimary product image URL"https://cdn.tradepost.co/media/asset-configurations/.../1000x1000.webp"
brandNostringBrand from product line"Pokemon"
product_typeNostringProduct type"LOOSE_PACK", "BOX", "CASE"
pack_countNointegerNumber of packs in the product36
cards_per_packNointegerCards per pack10
languageNostringLanguage of the product"English"
retail_price_usd_centsNointegerRetail price in USD cents14999
release_dateNostringRelease date in ISO 8601 datetime format"2026-02-20T00:00:00+00:00"

Product Types:

  • LOOSE_PACK: Individual booster pack
  • BOX: Sealed box of booster packs (booster box, ETB, etc.)
  • CASE: Sealed case of boxes

Item Details

FieldRequiredTypeDescriptionExample
key_idNostringInternal Tradepost key ID for grouping items (UUID, may be null)"a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d"
key_idsNostring[]Array of internal Tradepost key IDs for this item["a1b2c3d4...", "b2c3d4e5..."]
fair_valuesNoarrayFair value pricing information[]
conditionYesstringProduct condition"UNOPENED", "OPENED", "DAMAGED"
quantityYesintegerNumber of units1

Conditions:

  • UNOPENED: Factory sealed, never opened
  • OPENED: Seal broken or previously opened
  • DAMAGED: Visible damage to packaging or contents

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": "29ac7644-e506-4a42-9b74-1681da3ae7b1",
"key_ids": [
"29ac7644-e506-4a42-9b74-1681da3ae7b1",
"79a29e74-3697-4701-adc0-8c89ce1bfaf7"
],
"fair_values": [],
"condition": "UNOPENED",
"quantity": 1
}
}

← Asset Types Overview